GroupTableTeamDTO Data Type

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

Example

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