GroupTableTeamDTO Data Type

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

Example

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