pointsbet_racing_meetings
Retrieve all horse racing meetings and their races for a specified date range. Each meeting includes venue, racing type, and race details with start times.
Instructions
All race meetings (every code) for a date window, each with its races.
Returns: [{groupLabel, meetings:[{meetingId, venue, racingType, races:[{raceId, raceNumber, advertisedStartTimeUtc}]}]}]
Example: All meetings for one day
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endDate | Yes | ||
| startDate | Yes |