Retrieve Spaces
#
Retrieve Information about a Spacespace
query is used to retrieve information about a space.
It takes id
, path
or slug
as an input.
- GraphQL
- JS Client
#
List of Spacesspaces
query is used to get a list of spaces.
It returns a paginated list of spaces. It takes pagination parameters as inputs.
You can also filter the list using query
, collectionId
, or memberId
input.
- GraphQL
- JS Client
#
Get Spaces of a MembermemberSpaces
query is used to get a list of spaces for a member and their roles.
It returns a paginated list of spaceMembers which contains member, role, and space.
It takes pagination parameters as inputs. You can also filter the list using collectionId
input.
- GraphQL
- JS Client