...
List<RaceDetails> listRaceDetails ( Set<MeetingId> meetingIds, Set<RaceId> raceIds ) throws APINGException
Search for races to get their details.
Parameter name | Type | Required | Description | ||||||
---|---|---|---|---|---|---|---|---|---|
meetingIds | Set<MeetingId>
|
| Optionally restricts the results to the specified meeting IDs. The unique Id for the meeting equivalent to the eventId for that specific race as returned by listEvents. Optionally restricts the results to the specified meeting IDs. | ||||||
raceIds | Set<RaceId>
|
| Optionally restricts the results to the specified race IDs. The unique Id for the race in the format meetingid.raceTime (hhmm). raceTime is in GMT. Optionally restricts the results to the specified race IDs. The raceID field is returned within the Race node of the Navigation Data For Applications service. |
Return type | Description |
---|---|
List<RaceDetails> | List of retrieved race details |
Throws | Description |
---|---|
|
Since 1.0.0
...