Get Collection Details

Get the full details of a collection from its ID.

Required scope | cms:read

Path parameters

collection_idstringRequiredformat: "objectid"

Unique identifier for a Collection

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

Request was successful

idstringformat: "objectid"

Unique identifier for a Collection

displayNamestring

Name given to the Collection

singularNamestring

The name of one Item in Collection (e.g. ”Blog Post” if the Collection is called “Blog Posts”)

fieldslist of objects

The list of fields in the Collection

slugstringOptional

Slug of Collection in Site URL structure

createdOnstringOptionalformat: "date-time"

The date the collection was created

lastUpdatedstringOptionalformat: "date-time"

The date the collection was last updated

Errors