Returns all document spaces.
To retrieve a document space, the user has to at least have ‘read’ permissions for the document space.
Required Permissions
Any authenticated user.Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
page
Page number for pagination
pageSize
Number of items per page
orderby
The properties to order by
filterby
The filter expression to filter by
Response
OK
id
createdOn
createdBy
updatedOn
updatedBy
name
The name of the document space.
emoji
The emoji of the document space.
color
The color of the document space for display purposes in the app.
Can be null when no color assigned.
order
The order of the document space in the list of document spaces.
workspaceAccessLevel
Determines the level of access to this document space granted to all workspace users.
Can be either not set (no access), read
, or manage
.
contributors
The contributors of this document space.
teams
The teams this document space is connected to.