cricketaustralia_content
Fetch paginated Cricket Australia CMS content by type—videos, articles, audio, or playlists—with optional tag filters for teams or competitions.
Instructions
Pulselive CMS content list by type — VIDEO (highlights/replays), TEXT (articles), AUDIO, or PLAYLIST (curated collections). Paginated.
Returns: {pageInfo:{page, pageSize, numPages, numEntries}, content:[{id, type, title, description, date, ...}]}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Zero-based page index. | |
| detail | No | Detail level (STANDARD or BASIC). | STANDARD |
| pageSize | No | Items per page. | |
| tagNames | No | Optional tag filter (e.g. a competition or team tag). | |
| contentType | Yes | Content type. One of: VIDEO, TEXT, AUDIO, PLAYLIST. Required — part of the URL path. |