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