Fhar
The listRaceDetails operation is provided to allow customers to establish the status of a horse or greyhound race market both prior to and after the start of the race. This information is available for UK, Ireland and Ireland South African races only and is provided for information purposes only. We cannot provide any guarantees regarding the timeliness of the data vs live /broadcasted pictures.
Table of Contents
listRaceDetails
...
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
...
Field name | Type | Required | Description |
---|---|---|---|
meetingId | MeetingId | 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. | |
raceId | RaceId | The unique Id for the race in the format meetingid.raceTime (hhmm). Optionally restricts the results to the specified race IDs. | |
raceStatus | RaceStatus | The current status of the race. | |
lastUpdated | LastUpdated |
| This is the time the data was last updated |
sequence | UpdateSequence | This is the unique identifier associated to each update of the data | |
responseCode | ResponseCode |
|
Type aliases
Alias | Type |
---|---|
UpdateSequence | long |
EventId | String |
EventTypeId | String |
EventTime | String |
UpdateType | String |
LastUpdated | Date |
MeetingId | String |
RaceId | String |
...