List spaces
Lists the spaces, which the current authenticated user has access to.
Query parameters
Additional space filter which compares the space's contentUpdatedAt timestamp with the one specified in the query, resulting in a subset of spaces. The format should follow the specification below
- ?contentUpdatedAt=timestamp
The available operators are:
- ">=" or "=gte=" - greater than or equals
- "<=" or "=lte=" - less than or equals
- ">" or "=gt=" - greater than
- "<" or "=lt=" - less than
If set to true, the connectors for each space are included in the response.
If set to true, the access rights for each space are included in the response.
Define the owner(s) of spaces to be shown in the response. Possible values are:
- me (The default value; Show only the spaces being owned by the current user),
- (someOwnerId) (Only for shared spaces: Explicitly only show spaces belonging to the specified user),
- others (Show only the spaces having been shared excluding the own ones),
- * (Show all spaces the current user has access to)
Filter for spaces with the given tag.
Filter for spaces with the given region.
Response
A list of spaces.
Example response
[
{
"title": "My Demo Space",
"description": "Description as markdown"
}
]Changes
Changed in 3 of the 50 revisions of this API.33
- ●
removed the optional property
/from the response with the statusresponse-optional-property-removed
- ●
- ●
removed the optional property
/from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
/from the response with the statusresponse-optional-property-removed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
This revision also has 8 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○