Get a collection by its ID
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
collectionIdstringRequiredPattern:
A unique entity identifier
^[a-zA-Z0-9_-]+$Responses
200
OK
application/json
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:
get/collections/{collectionId}
200
OK
Last updated
Was this helpful?