List Collection Items

List of all Items within a Collection.

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.

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.

offsetintegerOptional

Offset used for pagination if the results have more than limit records

limitintegerOptional

Maximum number of records to be returned (max limit: 100)

namestringOptional

Filter by the exact name of the item(s)

slugstringOptional

Filter by the exact slug of the item

lastPublishedenumOptional

Filter by the last published date of the item(s)

Allowed values:
sortByenumOptional

Sort results by the provided value

Allowed values:
sortOrderenumOptional

Sorts the results by asc or desc

Allowed values:

Response

Request was successful

itemslist of objects

List of Items within the collection

paginationobject

Errors