Spaces
List available spaces.
Retrieves a list of accessible spaces for the authenticated workspace.
get/api/v1/w/{wId}/spaces
Path parameters
wIdstring required
Unique string identifier for the workspace
Query parameters
kindsstring
Comma-separated list of space kinds to filter on, among system, global, regular and project. Defaults to system,global,regular — projects must be requested explicitly.
Response
Spaces of the workspace
Changes
Changed in 2 of the 81 revisions of this API.2
- ○
added the optional property
spaces/items/isRestrictedto the response with the200statusresponse-optional-property-added
- ○
- ○
added the new optional
queryrequest parameterkindsnew-optional-request-parameter
- ○