afl_rounds_list
Get AFL competition season rounds with byes and start/end times by providing a comp season ID.
Instructions
List rounds for a comp season (incl. byes, start/end times).
Returns: {rounds:[{id, providerId, roundNumber, abbreviation, byes, utcStartTime, utcEndTime}]}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageSize | No | Rows per page. | |
| roundNumber | No | Filter to a single round | |
| compSeasonId | Yes | Competition-season id (from afl_compseasons_list) — a season WITHIN a competition, not a calendar year. Required — part of the URL path. |