TournamentsWaiting API endpoint

Report bugs found in Poker Mavens
Post Reply
richard015ar
Posts: 88
Joined: Fri Apr 23, 2010 11:44 am

TournamentsWaiting API endpoint

Post by richard015ar »

I am not sure if it is a bug actually.
According to the docs:
TournamentsWaiting - retrieves the list of registered players in the waiting list for the tournament specified by the Name parameter (required). A sample response will look something like this (JSON format):

{"Result":"Ok","Count":3,"Wait":["Aces123","BoneCrusher","Wizard"]}
What I get for a manual start tournament is:

Code: Select all

[
 "Result" => "Ok"
  "Count" => 3
  "Wait" => [
    0 => "player1=No|-1"
    1 => "player2=No|-1"
    2 => "player3=No|-1"
  ]
]
Kent Briggs
Site Admin
Posts: 5878
Joined: Wed Mar 19, 2008 8:47 pm

Re: TournamentsWaiting API endpoint

Post by Kent Briggs »

Yeah, there is some extra info that was supposed to be filtered out, starting with the equals sign. I'll fix that in the next update.
Kent Briggs
Site Admin
Posts: 5878
Joined: Wed Mar 19, 2008 8:47 pm

Re: TournamentsWaiting API endpoint

Post by Kent Briggs »

Now fixed in 7.13
Post Reply