GET
/
collections

Authorizations

Authorization
string
header
required

Default authentication mechanism

Path Parameters

team_slug
string
required

The slug of the team.

workspace_slug
string
required

The slug of the workspace.

Response

200 - application/json
createdAt
string
required

The date and time the collection/page was created.

id
string
required

The id of the collection/page.

meta
object
required

The meta of the team.

name
string
required

The name of the collection/page.

team
string
required

The team Id of the collection/page belongs to.

updatedAt
string
required

The date and time the collection/page was last updated.

workspace
string
required

The workspace Id of the collection/page belongs to.

children
object[]

The children of the collection.

content
object

The content of the page. This will be a JSON object. if the object is a collection, this will be empty.

object
any

Object describes the type of the collection. Collections will be of type 'collection' and pages will be of type 'item'.

parent
string

The parent collection id.