CMS item filtering and sorting
The Webflow Data API now supports server-side filtering and sorting capabilities for CMS items, along with enhanced page metadata information. These updates help you optimize data retrieval, improve performance, and gain access to additional page details.
Enhanced CMS item management
The CMS endpoints List CMS items and List live CMS items now feature filtering and sorting capabilities to help you optimize data retrieval and build more efficient applications.
Server-side filtering options
You can now filter CMS items with these new parameters:
-
Name and slug exact matching Use
nameandslugquery parameters for precise filtering -
Publication date ranges Filter by
lastPublisheddate ranges to find recently updated content -
Combined filters Combine multiple filters for precise data retrieval
Server-side sorting
Sort your CMS items directly on the server to minimize data processing in your application:
-
Sort by publication date Sort by
lastPublishedin ascending or descending order -
Sort by name or slug Sort alphabetically by item name or slug
Server-side filtering and sorting significantly reduce the amount of data transferred and processed by your application, improving performance and reducing API usage.
Enhanced page metadata
The Get page metadata endpoint now includes additional information that’s valuable for multi-language sites and SEO optimization.
New metadata fields
-
localeIdIdentify the language/locale of a specific page -
publishedPathAccess the published URL path for the page