Public Attributes | List of all members
GetTournamentsResponse Struct Reference

Output parameters of the GetTournaments API. More...

Public Attributes

 $UniqueIndex
 
 $Name
 
 $Level
 
 $ExternalIndex
 
 $DateFrom
 
 $DateTo
 
 $RegistrationDate
 
 $Venue
 
 $SerieCount
 
 $SerieEntries
 

Detailed Description

Output parameters of the GetTournaments API.

See also
GetTournaments

Member Data Documentation

◆ $DateFrom

GetTournamentsResponse::$DateFrom

When the tournament begins

type: date

◆ $DateTo

GetTournamentsResponse::$DateTo

When the tournament ends?

This parameter is optional, if not given, the tournament ends the same day as it begins.

type: date

◆ $ExternalIndex

GetTournamentsResponse::$ExternalIndex

The unique reference of the tournament

type: string

◆ $Level

GetTournamentsResponse::$Level

The level the tournament was played in.

A level is a logical group of divisions (eg per provinces or regions).

type: int

◆ $Name

GetTournamentsResponse::$Name

The name of the tournament

type: string

◆ $RegistrationDate

GetTournamentsResponse::$RegistrationDate

The date unti player can register for this tournament.

type: date

◆ $SerieCount

GetTournamentsResponse::$SerieCount

The number of series played during this tournament.

type: int

◆ $SerieEntries

GetTournamentsResponse::$SerieEntries

The list of series played during this tournament

type: TournamentSerieEntryType[]

See also
TournamentSerieEntryType

◆ $UniqueIndex

GetTournamentsResponse::$UniqueIndex

The unique internal index of the tournament

type: int

◆ $Venue

GetTournamentsResponse::$Venue

The venue (location) where this tournament is played.

type: VenueEntry

See also
VenueEntry

The documentation for this struct was generated from the following file: