GroupTableTeamDTO Data Type

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

Example

{
  "riseAndFallState" : "rise",
  "team" : "...",
  "contestTypeNickname" : "...",
  "ownMatchesDouble" : 12345,
  "teamNr" : 12345,
  "otherMatchesSingle" : 12345,
  "ownMatches" : 12345,
  "otherMatches" : 12345,
  "ownMeetings" : 12345,
  "teamId" : "...",
  "teamStatistics" : {
    "teamId" : "...",
    "uncontestedDoubleStatistics" : {
      "opponentRank" : 12345,
      "pointsOwn" : 12345,
      "pointsOther" : 12345
    },
    "roundType" : "entire",
    "uncontestedSingleStatistics" : {
      "opponentRank" : 12345,
      "pointsOwn" : 12345,
      "pointsOther" : 12345
    },
    "totalDoubleStatistics" : {
      "opponentRank" : 12345,
      "pointsOwn" : 12345,
      "pointsOther" : 12345
    },
    "doubleStatistics" : [ {
      "player1" : { },
      "meetingCount" : 12345,
      "person1Id" : "...",
      "player2Id" : "...",
      "player1Id" : "...",
      "player2" : { },
      "person2Id" : "...",
      "matchStatistic" : { }
    }, {
      "player1" : { },
      "meetingCount" : 12345,
      "person1Id" : "...",
      "player2Id" : "...",
      "player1Id" : "...",
      "player2" : { },
      "person2Id" : "...",
      "matchStatistic" : { }
    } ],
    "totalTeamStatistics" : {
      "opponentRank" : 12345,
      "pointsOwn" : 12345,
      "pointsOther" : 12345
    },
    "totalSingleStatistics" : {
      "opponentRank" : 12345,
      "pointsOwn" : 12345,
      "pointsOther" : 12345
    },
    "playerStatistics" : [ {
      "singleStatisticsCount" : 12345,
      "fedRank" : 12345.0,
      "playerInfo" : "...",
      "personId" : "...",
      "teamNumber" : 12345,
      "playerRating" : 12345.0,
      "playerRank" : 12345,
      "matchStatistic" : { },
      "playerTeamNumber" : 12345,
      "singleStatistics" : [ { }, { } ],
      "playerId" : "...",
      "meetingCount" : 12345,
      "player" : { }
    }, {
      "singleStatisticsCount" : 12345,
      "fedRank" : 12345.0,
      "playerInfo" : "...",
      "personId" : "...",
      "teamNumber" : 12345,
      "playerRating" : 12345.0,
      "playerRank" : 12345,
      "matchStatistic" : { },
      "playerTeamNumber" : 12345,
      "singleStatistics" : [ { }, { } ],
      "playerId" : "...",
      "meetingCount" : 12345,
      "player" : { }
    } ],
    "name" : "..."
  },
  "meetings" : 12345,
  "otherGames" : 12345,
  "teamReleasedDate" : 12345,
  "clubFedNickname" : "...",
  "otherPointsHome" : 12345.0,
  "tendency" : "steady",
  "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
}