List Collections

List of all collections in a given site

Path parameters

site_idstringRequiredformat: "uuid"
Unique identifier for a Site

Headers

AuthorizationstringRequired

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

Accept-VersionstringOptional
The API version

Response

Request was successful
_idstringformat: "uuid"
Unique identifier for collection
lastUpdatedstring or nullformat: "date-time"
The date the collection was last updated
createdOnstring or nullformat: "date-time"
The date the collection was create
namestring or null
Name given to Collection
slugstring or null
Slug of Collection in Site URL structure
singularNamestring or null

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

fieldslist of objects or null
The list of fields in the collection

Errors