Input parameters of the GetTournaments API. More...
Public Attributes | |
$Credentials | |
$Season | |
$TournamentUniqueIndex | |
$WithResults | |
$WithRegistrations | |
Input parameters of the GetTournaments API.
GetTournamentsRequest::$Credentials |
Defines credentials (username and password) to connect to a TabT website
type: CredentialsType
GetTournamentsRequest::$Season |
The season when the players were members of the requested club
This parameter is optional, default is the current season (see GetSeasons)
type: int
GetTournamentsRequest::$TournamentUniqueIndex |
The unique index of the tournament to consider.
This parameter is optional. If not given, all tournaments of the considered season will be returned.
type: int
GetTournamentsRequest::$WithRegistrations |
Returns registrations of the considered tournament.
This parameter is optional. Default value is false. If set to true, a tournament must be selected using $TournamentUniqueIndex.
type: boolean
GetTournamentsRequest::$WithResults |
Returns results of the considered tournament.
This parameter is optional. Default value is false. If set to true, a tournament must be selected using $TournamentUniqueIndex.
type: boolean