Get Live Collection Item

Get details of a selected Collection live Item.

Serve data with the Content Delivery API

To serve content to your other frontends applications, enterprise sites have access to a dedicated content delivery API, available at api-cdn.webflow.com.

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
fieldDataobject
cmsLocaleIdstring or null
Identifier for the locale of the CMS item
isArchivedboolean or nullDefaults to false
Boolean determining if the Item is set to archived
isDraftboolean or nullDefaults to false
Boolean determining if the Item is set to draft

Errors