get_community_spaces
Retrieve a sorted list of all community spaces from the school, with optional filters for access type, course usage, collection, and pagination.
Instructions
🟢 READ-ONLY · Community · GET /v2/community/spaces
Get community spaces
Returns a list with all community spaces of the school. The community spaces are in sorted order, with the oldest created spaces appearing first
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Filter by the page number. In case page number is higher than the maximum one, the results of last page will be returned | |
| access | No | Filter by space access. This can be public, private or standalone. | |
| usages | No | Filter by the course usage of the space. Should be an array of courseTitleIds | |
| collectionId | No | Filter by the unique identifier of the collection the spaces are displayed | |
| items_per_page | No | Filter by the items per page number |