Collections items list items
The Webflow Collections Items List Items tool enables users to list and manage items in a CMS collection efficiently, with flexible options for filtering, sorting, and pagination. It streamlines content display adjustments directly within Webflow projects, supporting enhanced dynamic website building.
Features
- Supports listing of items from any Webflow CMS collection using a unique collection ID.
- Allows optional filtering by locale to target content for specific audiences.
- Provides control over the number of records returned with a configurable limit up to 100 items.
- Includes offset parameter for easy pagination through large sets of CMS items.
- Offers customizable sorting options by last published date, name, or slug in ascending or descending order.
Benefits
- Simplifies dynamic content management by integrating directly with Webflow CMS collections.
- Enhances website performance by enabling precise control over displayed content quantity and order.
- Improves user experience through efficient pagination handling for large content lists.
- Supports multilingual content management via locale-based filtering.
- Boosts SEO effectiveness by allowing optimized sorting and URL slug management for CMS items.
Description
List items in a CMS collection with optional filtering and sorting.
Parameters
8 parameters
| Name | Type | Description |
|---|---|---|
| collection_idrequired | string | Unique identifier for the Collection. |
| cmsLocaleId | string | Unique identifier for the locale of the CMS Item. |
| limit | number | Maximum number of records to be returned (max limit: 100) |
| offset | number | Offset used for pagination if the results have more than limit records. |
| name | string | Name of the field. |
| slug | string | URL structure of the Item in your site. Note: Updates to an item slug will break all links referencing the old slug. |
| sortBy | enum | Field to sort the items by. Allowed values: lastPublished, name, slug. |
| sortOrder | enum | Order to sort the items by. Allowed values: asc, desc. |