Hi
Has anyone had any success with the new listRaceDetails() command. I am not sure what I am doing wrong, cant seem to get anything other than a null response from Betfair.
I tried sending a few JSON variants such as
Also tried sending two null params, same null response
I used UK race eventIds, so data should be available from BF.
I am probably misunderstanding the not very good spec. page. I wish they would show examples of how to use the commands.
Or maybe even update the API-NG visualiser when they add new stuff.
Can anyone spot anything wrong ? Thanks for any assistance
Regards Geoff
Has anyone had any success with the new listRaceDetails() command. I am not sure what I am doing wrong, cant seem to get anything other than a null response from Betfair.
I tried sending a few JSON variants such as
Code:
Endpoint: https://api.betfair.com/exchange/scores/json-rpc/v1
Calling: method ScoresAPING/v1.0/listRaceDetails with args:
{"meetingIds":["27596454"],"raceIds":["27596454.1840"]}
Got Response from Betfair in 207 mS:
null
Code:
Endpoint: https://api.betfair.com/exchange/scores/json-rpc/v1
Calling: method ScoresAPING/v1.0/listRaceDetails with args:
{"meetingIds":null,"raceIds":null}
Got Response from Betfair in 155 mS:
null
I am probably misunderstanding the not very good spec. page. I wish they would show examples of how to use the commands.
Or maybe even update the API-NG visualiser when they add new stuff.
Can anyone spot anything wrong ? Thanks for any assistance
Regards Geoff


. 
Comment