GroupTableDTO Data Type

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

Example

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