List Collection Items
List of all Items within a Collection.
Required scope | CMS:read
Path parameters
collection_id
Unique identifier for a Collection
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
cmsLocaleId
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.
offset
Offset used for pagination if the results have more than limit records
limit
Maximum number of records to be returned (max limit: 100)
name
Filter by the exact name of the item(s)
slug
Filter by the exact slug of the item
lastPublished
Filter by the last published date of the item(s)
sortBy
Sort results by the provided value
Allowed values:
sortOrder
Sorts the results by asc or desc
Allowed values:
Response
Request was successful
items
List of Items within the collection
pagination