GroupTableDTO Data Type

Properties
name data type constraints description
groupId string  
tableHints array of string  
finalTable boolean  
roundTypDetail string  
seasonNickname string  
group string  
groupUri string  
groupNickname string  
seasonState SeasonState  
groupPublished boolean required boolean
groupTableDisplayType GroupTableDisplayType  
championshipRegion string  
groupTableTeam array of GroupTableTeamDTO  
contestCategory ContestCategory  
fedNickname string  

Example

{
  "groupId" : "...",
  "tableHints" : [ "...", "..." ],
  "finalTable" : true,
  "roundTypDetail" : "...",
  "seasonNickname" : "...",
  "group" : "...",
  "groupUri" : "...",
  "groupNickname" : "...",
  "seasonState" : "new",
  "groupPublished" : true,
  "groupTableDisplayType" : "DISABLED",
  "championshipRegion" : "...",
  "groupTableTeam" : [ {
    "ownPointsGuest" : 12345.0,
    "otherPoints" : 12345.0,
    "tendency" : "steady",
    "ownPointsHome" : 12345.0,
    "ownSets" : 12345,
    "clubNr" : "...",
    "ownMatches" : 12345,
    "clubFedNickname" : "...",
    "teamUri" : "...",
    "teamId" : "...",
    "teamNr" : 12345,
    "ownPoints" : 12345.0,
    "otherGames" : 12345,
    "ownMatchesDouble" : 12345,
    "otherPointsHome" : 12345.0,
    "meetings" : 12345,
    "teamState" : "terminated",
    "tableRank" : 12345,
    "otherMeetings" : 12345,
    "otherPointsGuest" : 12345.0,
    "tieMeetings" : 12345,
    "otherSets" : 12345,
    "otherMatches" : 12345,
    "team" : "...",
    "ownMatchesSingle" : 12345,
    "riseAndFallState" : "fall",
    "contestTypeNickname" : "...",
    "otherMatchesSingle" : 12345,
    "teamStatistics" : {
      "totalSingleStatistics" : { },
      "name" : "...",
      "teamId" : "...",
      "roundType" : "finalRound",
      "totalTeamStatistics" : { },
      "uncontestedDoubleStatistics" : { },
      "uncontestedSingleStatistics" : { },
      "doubleStatistics" : [ { }, { } ],
      "totalDoubleStatistics" : { },
      "playerStatistics" : [ { }, { } ]
    },
    "ownMeetings" : 12345,
    "ownGames" : 12345,
    "otherMatchesDouble" : 12345,
    "teamReleasedDate" : 12345
  }, {
    "ownPointsGuest" : 12345.0,
    "otherPoints" : 12345.0,
    "tendency" : "rise",
    "ownPointsHome" : 12345.0,
    "ownSets" : 12345,
    "clubNr" : "...",
    "ownMatches" : 12345,
    "clubFedNickname" : "...",
    "teamUri" : "...",
    "teamId" : "...",
    "teamNr" : 12345,
    "ownPoints" : 12345.0,
    "otherGames" : 12345,
    "ownMatchesDouble" : 12345,
    "otherPointsHome" : 12345.0,
    "meetings" : 12345,
    "teamState" : "releasedBlocked",
    "tableRank" : 12345,
    "otherMeetings" : 12345,
    "otherPointsGuest" : 12345.0,
    "tieMeetings" : 12345,
    "otherSets" : 12345,
    "otherMatches" : 12345,
    "team" : "...",
    "ownMatchesSingle" : 12345,
    "riseAndFallState" : "riseRelegation",
    "contestTypeNickname" : "...",
    "otherMatchesSingle" : 12345,
    "teamStatistics" : {
      "totalSingleStatistics" : { },
      "name" : "...",
      "teamId" : "...",
      "roundType" : "firstRound",
      "totalTeamStatistics" : { },
      "uncontestedDoubleStatistics" : { },
      "uncontestedSingleStatistics" : { },
      "doubleStatistics" : [ { }, { } ],
      "totalDoubleStatistics" : { },
      "playerStatistics" : [ { }, { } ]
    },
    "ownMeetings" : 12345,
    "ownGames" : 12345,
    "otherMatchesDouble" : 12345,
    "teamReleasedDate" : 12345
  } ],
  "contestCategory" : "general",
  "fedNickname" : "..."
}