entain_cms_entries
Retrieve Contentful CMS entries like promotions and major-event navigation via the CDN proxy, with pagination and filtering options. Use it to fetch structured content data without authentication for informative comparisons.
Instructions
Contentful CMS entries (promotions, major-event nav) via the www CDN proxy.
Returns: {sys, total, skip, limit, items:[{sys, fields}], includes:{}}
Example: Active promotions {"content_type": "promotions", "limit": 20}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skip | No | Pagination offset (Contentful CDA). | |
| limit | No | Page size (Contentful CDA). | |
| order | No | Sort order field (Contentful CDA). | |
| include | No | Linked-entry resolution depth (Contentful CDA). | |
| content_type | No | Contentful content type, e.g. promotions, majorEventNavigation, nationallyApprovedPromotions. |