GroupTableTeamDTO Data Type

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

Example

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