-
Suggestion
-
Resolution: Unresolved
-
None
-
2
-
6
-
Issue Summary
- Currently, the REST API Get Spaces returns the space creator - authorId, but not the Owner ID value
- Whereas Get Pages includes OwnerID, lastOwnerId, and authorID
Steps to Reproduce
Run the API call below, and note that the results will not include the Owner ID attribute.
'https://{your-domain}/wiki/api/v2/spaces'
Expected Results
Owner ID attribute should be part of the response
Actual Results
The "Get Spaces" API returns space details like Space Key, Space Name, authorId etc.,
Workaround
Request the support team to fetch details from the database for bulk requests, while using the UI for single requests