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/isRestricted to the response with the 200 status

      response-optional-property-added

    • added the new optional query request parameter kinds

      new-optional-request-parameter