afl_broadcast_match_events
Retrieve AFL broadcast match events for a competition season and round, providing start times and channels for each scheduled match.
Instructions
Broadcast events scoped to one (compseason, round).
Returns: {pageInfo, content:[{id, name, startDateTime, channels}]}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| round | Yes | Round number within the competition season. | |
| pageSize | No | Rows per page. | |
| compseason | Yes | Competition-season id (from afl_compseasons_list). |