Hi Geoff,
the 'meetingIds' and 'raceIds' parameters are both optional, if you include both, you will get all the races in the meeting. To just get ONE race, leave out the 'meetingIds' parameter, so :
Will do the trick.
cheers
Merlin
the 'meetingIds' and 'raceIds' parameters are both optional, if you include both, you will get all the races in the meeting. To just get ONE race, leave out the 'meetingIds' parameter, so :
Code:
Endpoint: https://api.betfair.com/exchange/scores/json-rpc/v1
Calling: method ScoresAPING/v1.0/listRaceDetails with args:
{
"raceIds": ["27615329.1530"]
}
cheers
Merlin



Comment