According to the docs:
What I get for a manual start tournament is: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"]}
Code: Select all
[
"Result" => "Ok"
"Count" => 3
"Wait" => [
0 => "player1=No|-1"
1 => "player2=No|-1"
2 => "player3=No|-1"
]
]