Public Attributes | List of all members
GetDivisionRankingResponse Struct Reference

Output parameters of the GetDivisionRanking API. More...

Public Attributes

 $DivisionName
 
 $RankingEntries
 

Detailed Description

Output parameters of the GetDivisionRanking API.

See also
GetDivisionRanking

Member Data Documentation

◆ $DivisionName

GetDivisionRankingResponse::$DivisionName

Full localized name of the requested division

Example for division #390 of VTTL competition (season 2007-2008):

  • with an account configured for Dutch: Afdeling 2A - Prov. Vl.-B/Br. - Heren
  • with an account configured for French: Division 2A - Prov. Vl.-B/Br. - Hommes

The name is localized according to the CredentialsType credentials given in the GetClubTeamsRequest request. If not specified, the default language is defined by the TabT website administrator.

type: string

◆ $RankingEntries

GetDivisionRankingResponse::$RankingEntries

List of lines of the ranking, each line contain the information about one team of the division

Example for division #390 after 18 weeks of VTTL competition (season 2007-2008):

  • 1 | T.T. Groot-Bijgaarden A | 18 | 13 | 2 | 3 | 196 | 92 | 641 | 378 | 29
  • 2 | Werchter B | 18 | 11 | 4 | 3 | 158 | 130 | 525 | 400 | 25
  • 3 | Hurricane TTW C | 17 | 10 | 2 | 5 | 167 | 104 | 610 | 440 | 25
  • 4 | T.T.K. Vilvo F | 17 | 10 | 6 | 1 | 165 | 107 | 525 | 441 | 21
  • (...)

type: RankingEntry[]

See also
RankingEntry

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