| name | data type | constraints | description |
|---|---|---|---|
| championshipRegion | string | ||
| fedNickname | string | ||
| groupUri | string | ||
| roundTypDetail | string | ||
| seasonState | SeasonState | ||
| groupPublished | boolean | required boolean | |
| groupNickname | string | ||
| contestCategory | ContestCategory | ||
| seasonNickname | string | ||
| groupTableDisplayType | GroupTableDisplayType | ||
| groupId | string | ||
| group | string | ||
| finalTable | boolean | ||
| tableHints | array of string | ||
| groupTableTeam | array of GroupTableTeamDTO |
Example
{
"championshipRegion" : "...",
"fedNickname" : "...",
"groupUri" : "...",
"roundTypDetail" : "...",
"seasonState" : "new",
"groupPublished" : true,
"groupNickname" : "...",
"contestCategory" : "general",
"seasonNickname" : "...",
"groupTableDisplayType" : "DISABLED",
"groupId" : "...",
"group" : "...",
"finalTable" : true,
"tableHints" : [ "...", "..." ],
"groupTableTeam" : [ {
"riseAndFallState" : "riseRelegation",
"team" : "...",
"contestTypeNickname" : "...",
"ownMatchesDouble" : 12345,
"teamNr" : 12345,
"otherMatchesSingle" : 12345,
"ownMatches" : 12345,
"otherMatches" : 12345,
"ownMeetings" : 12345,
"teamId" : "...",
"teamStatistics" : {
"teamId" : "...",
"uncontestedDoubleStatistics" : { },
"roundType" : "secondRound",
"uncontestedSingleStatistics" : { },
"totalDoubleStatistics" : { },
"doubleStatistics" : [ { }, { } ],
"totalTeamStatistics" : { },
"totalSingleStatistics" : { },
"playerStatistics" : [ { }, { } ],
"name" : "..."
},
"meetings" : 12345,
"otherGames" : 12345,
"teamReleasedDate" : 12345,
"clubFedNickname" : "...",
"otherPointsHome" : 12345.0,
"tendency" : "fall",
"otherMeetings" : 12345,
"clubNr" : "...",
"otherPoints" : 12345.0,
"teamUri" : "...",
"ownMatchesSingle" : 12345,
"ownPoints" : 12345.0,
"tieMeetings" : 12345,
"ownGames" : 12345,
"tableRank" : 12345,
"ownPointsGuest" : 12345.0,
"ownPointsHome" : 12345.0,
"otherSets" : 12345,
"teamState" : "ignoreInTable",
"otherPointsGuest" : 12345.0,
"ownSets" : 12345,
"otherMatchesDouble" : 12345
}, {
"riseAndFallState" : "risePlayoff",
"team" : "...",
"contestTypeNickname" : "...",
"ownMatchesDouble" : 12345,
"teamNr" : 12345,
"otherMatchesSingle" : 12345,
"ownMatches" : 12345,
"otherMatches" : 12345,
"ownMeetings" : 12345,
"teamId" : "...",
"teamStatistics" : {
"teamId" : "...",
"uncontestedDoubleStatistics" : { },
"roundType" : "finalRound",
"uncontestedSingleStatistics" : { },
"totalDoubleStatistics" : { },
"doubleStatistics" : [ { }, { } ],
"totalTeamStatistics" : { },
"totalSingleStatistics" : { },
"playerStatistics" : [ { }, { } ],
"name" : "..."
},
"meetings" : 12345,
"otherGames" : 12345,
"teamReleasedDate" : 12345,
"clubFedNickname" : "...",
"otherPointsHome" : 12345.0,
"tendency" : "rise",
"otherMeetings" : 12345,
"clubNr" : "...",
"otherPoints" : 12345.0,
"teamUri" : "...",
"ownMatchesSingle" : 12345,
"ownPoints" : 12345.0,
"tieMeetings" : 12345,
"ownGames" : 12345,
"tableRank" : 12345,
"ownPointsGuest" : 12345.0,
"ownPointsHome" : 12345.0,
"otherSets" : 12345,
"teamState" : "released",
"otherPointsGuest" : 12345.0,
"ownSets" : 12345,
"otherMatchesDouble" : 12345
} ]
}