sportsbet_cms_page
Fetch CMS page blocks by competition ID or page path to access page content and structure.
Instructions
CMS page block by competition id or page path (one of the two is required).
Returns: {page:{path, blocks:[{type, content}]}}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| loggedIn | No | Return the logged-in variant. | |
| pagePath | No | CMS page path (use this OR competitionId). | |
| competitionId | No | Competition id (use this OR pagePath). |