Get Collection Item

Get details of a selected Collection Item.

Required scope | CMS:read

Path parameters

collection_idstringRequiredformat: "objectid"
Unique identifier for a Collection
item_idstringRequiredformat: "objectid"
Unique identifier for an Item

Headers

AuthorizationstringRequired

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

Query parameters

cmsLocaleIdstringOptional

Unique identifier for a CMS Locale. This UID is different from the Site locale identifier and is listed as cmsLocaleId in the Sites response. To query multiple locales, input a comma separated string.

Response

Request was successful
idstring
Unique identifier for the Item
lastPublishedstringformat: "date-string"
The date the item was last published
lastUpdatedstringformat: "date-string"
The date the item was last updated
createdOnstringformat: "date-string"
The date the item was created
isArchivedboolean
Boolean determining if the Item is set to archived
isDraftboolean
Boolean determining if the Item is set to draft
fieldDataobject
cmsLocaleIdstring or null
Identifier for the locale of the CMS item

Errors