Create a collection/page
Create a new collection. Collections group related pages together. A collection can have as many as sub-collection or pages as you want, allowing you to organize your content in a flexible way.
Authorizations
Default authentication mechanism
Path Parameters
The slug of the team.
The slug of the workspace.
Body
The name of the collection. It is optional and can be a maximum of 32 characters long.
The type of the collection. Collections can be of type 'collection' or 'item'.
The parent collection id.
Response
The id of the collection/page.
The name of the collection/page.
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 team Id of the collection/page belongs to.
The content of the page. This will be a JSON object. if the object is a collection, this will be empty.
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.
Was this page helpful?