collections
Retrieve a list of collections
Retrieve a list of collections of the workspace.
GET
Authorizations
Default authentication mechanism
Path Parameters
The slug of the team.
The slug of the workspace.
Response
200
application/json
A list of collections
The id of the collection/page.
The name of the collection/page.
The team Id of the collection/page belongs to.
The workspace Id of the collection/page belongs to.
The meta of the team.
The date and time the collection/page was created.
The date and time the collection/page was last updated.
Object describes the type of the collection. Collections will be of type 'collection' and pages will be of type 'item'.
The parent collection id.
The children of the collection.
The content of the page. This will be a JSON object. if the object is a collection, this will be empty.
Was this page helpful?