afl_broadcast_events
Get AFL broadcast schedules for matches by round or date range, showing each match per channel with start time and content references to identify coverage.
Instructions
Broadcast schedule — one entry per match per channel.
Returns: {pageInfo, content:[{id, name, startDateTime, channels:[...], contentReference:{id, type}}]}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| round | No | Round number within the competition season. | |
| toDate | No | ISO 8601 upper bound | |
| fromDate | No | ISO 8601 lower bound, e.g. 2026-05-25T07:00:00Z | |
| pageSize | No | Rows per page. | |
| compseason | No | Competition-season id (from afl_compseasons_list). |