entain_cms_entries
Retrieve Contentful CMS entries such as promotions and major-event navigation from Entain's CDN proxy, with support for content type filtering, pagination, sorting, and linked-entry resolution.
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: works without a key; ENTAIN_REFRESH_TOKEN unlocks more if set.
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. |