Page 1 of 1

TournamentsWaiting API endpoint

Posted: Wed Feb 08, 2023 9:20 pm
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"
  ]
]

Re: TournamentsWaiting API endpoint

Posted: Thu Feb 09, 2023 12:54 am
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.

Re: TournamentsWaiting API endpoint

Posted: Tue Mar 28, 2023 5:22 pm
by Kent Briggs
Now fixed in 7.13