afl_broadcast_match_events
Fetch broadcast match events for an AFL competition season and round, returning event names, start times, and channels.
Instructions
Broadcast events scoped to one (compseason, round).
Returns: {pageInfo, content:[{id, name, startDateTime, channels}]}
Auth: none needed.
Also answers this: espn_core_call, pl_broadcasting_events, pl_broadcast_match_events.
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). |