afl_broadcast_event_get
Retrieve a single AFL broadcast event by its ID, including name, start time, channels, and content reference. Use this to fetch specific event details for scheduling or display.
Instructions
Get a single broadcast event by id.
Returns: {id, name, startDateTime, channels:[...], contentReference}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| eventId | Yes | Broadcast event id. Required — part of the URL path. |