Get Collection Details

GET

Get the full details of a collection from its ID.

Required scope | cms:read

Path parameters

collection_idstringRequired

Unique identifier for a Collection

Response

Request was successful

idstring

Unique identifier for a Collection

fieldslist of objects

The list of fields in the Collection

displayNamestringOptional

Name given to the Collection

singularNamestringOptional

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

slugstringOptional

Slug of Collection in Site URL structure

createdOndatetimeOptional

The date the collection was created

lastUpdateddatetimeOptional

The date the collection was last updated

Errors