Cant get listRaceDetails command to work

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Merlin
    Junior Member
    • Jan 2009
    • 56

    #16
    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 :

    Code:
    Endpoint: https://api.betfair.com/exchange/scores/json-rpc/v1 
    Calling: method ScoresAPING/v1.0/listRaceDetails with args:
    {
    	"raceIds": ["27615329.1530"]
    }
    Will do the trick.

    cheers

    Merlin

    Comment

    • geoffw123
      Senior Member
      • Mar 2014
      • 250

      #17
      Hi Merlin

      Thanks for the speedy reply.

      Doh, slaps head here, now why didn't that occur to me, I blame the fact it was a Monday morning

      You are of course 100% correct, it fixed my problem. I like nice simple solutions like that.

      Regards Geoff

      Comment

      Working...
      X