GroupTableTeamDTO Data Type

Properties
name data type description
ownPointsGuest number
otherMatchesDouble number
clubFedNickname string
ownSets number
ownMatchesSingle number
teamState GroupTableTeamState
ownMatchesDouble number
otherMeetings number
team string
otherMatches number
tableRank number
ownPoints number
ownGames number
otherSets number
tieMeetings number
teamUri string
ownMatches number
teamStatistics TeamStatisticsDTO
teamNr number
meetings number
riseAndFallState TeamRiseAndFallState
otherMatchesSingle number
teamReleasedDate number
otherPoints number
otherPointsGuest number
teamId string
clubNr string
ownMeetings number
otherGames number
ownPointsHome number
contestTypeNickname string
otherPointsHome number
tendency GroupTableTeamTendency

Example

{
  "ownPointsGuest" : 12345.0,
  "otherMatchesDouble" : 12345,
  "clubFedNickname" : "...",
  "ownSets" : 12345,
  "ownMatchesSingle" : 12345,
  "teamState" : "terminated",
  "ownMatchesDouble" : 12345,
  "otherMeetings" : 12345,
  "team" : "...",
  "otherMatches" : 12345,
  "tableRank" : 12345,
  "ownPoints" : 12345.0,
  "ownGames" : 12345,
  "otherSets" : 12345,
  "tieMeetings" : 12345,
  "teamUri" : "...",
  "ownMatches" : 12345,
  "teamStatistics" : {
    "playerStatistics" : [ {
      "fedRank" : 12345.0,
      "personId" : "...",
      "meetingCount" : 12345,
      "playerRating" : 12345.0,
      "playerRank" : 12345,
      "player" : { },
      "singleStatisticsCount" : 12345,
      "teamNumber" : 12345,
      "singleStatistics" : [ { }, { } ],
      "playerInfo" : "...",
      "matchStatistic" : { },
      "playerTeamNumber" : 12345,
      "playerId" : "..."
    }, {
      "fedRank" : 12345.0,
      "personId" : "...",
      "meetingCount" : 12345,
      "playerRating" : 12345.0,
      "playerRank" : 12345,
      "player" : { },
      "singleStatisticsCount" : 12345,
      "teamNumber" : 12345,
      "singleStatistics" : [ { }, { } ],
      "playerInfo" : "...",
      "matchStatistic" : { },
      "playerTeamNumber" : 12345,
      "playerId" : "..."
    } ],
    "totalDoubleStatistics" : {
      "pointsOther" : 12345,
      "opponentRank" : 12345,
      "pointsOwn" : 12345
    },
    "roundType" : "finalRound",
    "totalSingleStatistics" : {
      "pointsOther" : 12345,
      "opponentRank" : 12345,
      "pointsOwn" : 12345
    },
    "doubleStatistics" : [ {
      "player2" : { },
      "player2Id" : "...",
      "player1Id" : "...",
      "matchStatistic" : { },
      "player1" : { },
      "person1Id" : "...",
      "person2Id" : "...",
      "meetingCount" : 12345
    }, {
      "player2" : { },
      "player2Id" : "...",
      "player1Id" : "...",
      "matchStatistic" : { },
      "player1" : { },
      "person1Id" : "...",
      "person2Id" : "...",
      "meetingCount" : 12345
    } ],
    "teamId" : "...",
    "name" : "...",
    "totalTeamStatistics" : {
      "pointsOther" : 12345,
      "opponentRank" : 12345,
      "pointsOwn" : 12345
    },
    "uncontestedSingleStatistics" : {
      "pointsOther" : 12345,
      "opponentRank" : 12345,
      "pointsOwn" : 12345
    },
    "uncontestedDoubleStatistics" : {
      "pointsOther" : 12345,
      "opponentRank" : 12345,
      "pointsOwn" : 12345
    }
  },
  "teamNr" : 12345,
  "meetings" : 12345,
  "riseAndFallState" : "none",
  "otherMatchesSingle" : 12345,
  "teamReleasedDate" : 12345,
  "otherPoints" : 12345.0,
  "otherPointsGuest" : 12345.0,
  "teamId" : "...",
  "clubNr" : "...",
  "ownMeetings" : 12345,
  "otherGames" : 12345,
  "ownPointsHome" : 12345.0,
  "contestTypeNickname" : "...",
  "otherPointsHome" : 12345.0,
  "tendency" : "rise"
}