GroupTableDTO Data Type

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

Example

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