sportsbet_racing_allracing
Retrieve all race meetings for a specified date, grouped by meeting with event details, to compare racing schedules across codes.
Instructions
All race meetings (every code) for one date, grouped by meeting.
Returns: {meetings:[{competitionId, name, raceType, events:[{eventId, raceNumber, advertisedStartTime}]}]}
Example: All racing for a given day {"eventDate": ""}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| eventDate | Yes | Race date, YYYY-MM-DD. Required — part of the URL path. |