Output parameters of the GetTournaments API. More...
Public Attributes | |
$UniqueIndex | |
$Name | |
$Level | |
$ExternalIndex | |
$DateFrom | |
$DateTo | |
$RegistrationDate | |
$Venue | |
$SerieCount | |
$SerieEntries | |
Output parameters of the GetTournaments API.
GetTournamentsResponse::$DateFrom |
When the tournament begins
type: date
GetTournamentsResponse::$DateTo |
When the tournament ends?
This parameter is optional, if not given, the tournament ends the same day as it begins.
type: date
GetTournamentsResponse::$ExternalIndex |
The unique reference of the tournament
type: string
GetTournamentsResponse::$Level |
The level the tournament was played in.
A level is a logical group of divisions (eg per provinces or regions).
type: int
GetTournamentsResponse::$Name |
The name of the tournament
type: string
GetTournamentsResponse::$RegistrationDate |
The date unti player can register for this tournament.
type: date
GetTournamentsResponse::$SerieCount |
The number of series played during this tournament.
type: int
GetTournamentsResponse::$SerieEntries |
The list of series played during this tournament
type: TournamentSerieEntryType[]
GetTournamentsResponse::$UniqueIndex |
The unique internal index of the tournament
type: int
GetTournamentsResponse::$Venue |