Collections
Organize and manage grouped sets of spaces for better content structure.
Attributes
objectstring · enumRequiredPossible values:
Type of Object, always equals to "collection"
idstringRequired
Unique identifier for the collection
titlestring · max: 50Required
Title of the collection
descriptionstring · max: 100Optional
Description of the collection
organizationstringRequired
ID of the organization owning this collection
parentstringOptional
ID of the parent collection, if any
defaultLevelone ofRequired
Default level for a piece of content
string · enumOptionalPossible values:
"The role of a member in an organization. "admin": Can administrate the content: create, delete spaces, ... "create": Can create content. "review": Can review content. "edit": Can edit the content (live or change requests). "comment": Can access the content and its discussions. "read": Can access the content, but cannot update it in any way.
nullOptional
string · enumOptionalPossible values:
The Collection object
{
"object": "collection",
"id": "text",
"title": "text",
"description": "text",
"organization": "text",
"parent": "text",
"defaultLevel": "admin",
"urls": {
"location": "https://example.com",
"app": "https://example.com"
},
"permissions": {
"view": true,
"admin": true,
"viewInviteLinks": true,
"create": true
}
}Last updated
Was this helpful?