collections_items_list_items
Retrieve CMS collection items with optional field filtering, sorting by name, slug, or lastPublished, and pagination via offset and limit.
Instructions
List items in a CMS collection with optional filtering and sorting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Name of the field. | |
| slug | No | URL structure of the Item in your site. Note: Updates to an item slug will break all links referencing the old slug. | |
| limit | No | Maximum number of records to be returned (max limit: 100) | |
| offset | No | Offset used for pagination if the results have more than limit records. | |
| sortBy | No | Field to sort the items by. Allowed values: lastPublished, name, slug. | |
| sortOrder | No | Order to sort the items by. Allowed values: asc, desc. | |
| cmsLocaleId | No | Unique identifier for the locale of the CMS Item. | |
| collection_id | Yes | Unique identifier for the Collection. |