TeamStatisticsDTO Data Type

Properties
name data type description
uncontestedDoubleStatistics StatisticsElementDTO
totalDoubleStatistics StatisticsElementDTO
totalSingleStatistics StatisticsElementDTO
name string
playerStatistics array of PlayerStatisticsDTO
teamId string
doubleStatistics array of DoubleStatisticsDTO
totalTeamStatistics StatisticsElementDTO
roundType RoundType
uncontestedSingleStatistics StatisticsElementDTO

Example

{
  "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" : {
      "juniorFlagMES" : true,
      "specialSubstitution" : true,
      "specialSubstitutionAgeGroup" : true,
      "birthDate" : 12345,
      "foreignerType" : "EUROPEAN_FOREIGNER",
      "natRank" : "...",
      "playerHistory" : "...",
      "rankAddOn" : "...",
      "lastname" : "...",
      "rankPreviousYear" : 12345,
      "playerPosition" : "rueckraumrechts",
      "teamCaptain" : true,
      "playerInfo" : "...",
      "shirtNumber" : 12345,
      "personId" : "...",
      "remarks" : "...",
      "fedRankComparable" : true,
      "roundType" : "finalRound",
      "playerUri" : "...",
      "licenceNr" : "...",
      "locked" : true,
      "state" : "...",
      "likeAdult" : true,
      "legionnaireClubNr" : "...",
      "specialStandByPlayer" : true,
      "doubleRank" : 12345,
      "teamNr" : 12345,
      "likeAdultDoublePoolRight" : true,
      "clubRank" : 12345,
      "firstname" : "...",
      "standByPlayer" : true,
      "nationality" : "ARM",
      "title" : "...",
      "likeNative" : true,
      "fedRank" : 12345.0,
      "fedNickname" : "...",
      "fedRankCurrent" : 12345.0,
      "juniorLikeAdult" : true,
      "rank" : 12345
    },
    "playerRating" : 12345.0,
    "meetingCount" : 12345,
    "playerInfo" : "...",
    "singleStatistics" : [ {
      "pointsOther" : 12345,
      "opponentRank" : 12345,
      "pointsOwn" : 12345
    }, {
      "pointsOther" : 12345,
      "opponentRank" : 12345,
      "pointsOwn" : 12345
    } ],
    "singleStatisticsCount" : 12345,
    "matchStatistic" : {
      "pointsOther" : 12345,
      "opponentRank" : 12345,
      "pointsOwn" : 12345
    },
    "playerRank" : 12345,
    "playerId" : "..."
  }, {
    "personId" : "...",
    "teamNumber" : 12345,
    "playerTeamNumber" : 12345,
    "fedRank" : 12345.0,
    "player" : {
      "juniorFlagMES" : true,
      "specialSubstitution" : true,
      "specialSubstitutionAgeGroup" : true,
      "birthDate" : 12345,
      "foreignerType" : "EUROPEAN_FOREIGNER",
      "natRank" : "...",
      "playerHistory" : "...",
      "rankAddOn" : "...",
      "lastname" : "...",
      "rankPreviousYear" : 12345,
      "playerPosition" : "rechtsaussen",
      "teamCaptain" : true,
      "playerInfo" : "...",
      "shirtNumber" : 12345,
      "personId" : "...",
      "remarks" : "...",
      "fedRankComparable" : true,
      "roundType" : "secondRound",
      "playerUri" : "...",
      "licenceNr" : "...",
      "locked" : true,
      "state" : "...",
      "likeAdult" : true,
      "legionnaireClubNr" : "...",
      "specialStandByPlayer" : true,
      "doubleRank" : 12345,
      "teamNr" : 12345,
      "likeAdultDoublePoolRight" : true,
      "clubRank" : 12345,
      "firstname" : "...",
      "standByPlayer" : true,
      "nationality" : "CHI",
      "title" : "...",
      "likeNative" : true,
      "fedRank" : 12345.0,
      "fedNickname" : "...",
      "fedRankCurrent" : 12345.0,
      "juniorLikeAdult" : true,
      "rank" : 12345
    },
    "playerRating" : 12345.0,
    "meetingCount" : 12345,
    "playerInfo" : "...",
    "singleStatistics" : [ {
      "pointsOther" : 12345,
      "opponentRank" : 12345,
      "pointsOwn" : 12345
    }, {
      "pointsOther" : 12345,
      "opponentRank" : 12345,
      "pointsOwn" : 12345
    } ],
    "singleStatisticsCount" : 12345,
    "matchStatistic" : {
      "pointsOther" : 12345,
      "opponentRank" : 12345,
      "pointsOwn" : 12345
    },
    "playerRank" : 12345,
    "playerId" : "..."
  } ],
  "teamId" : "...",
  "doubleStatistics" : [ {
    "person2Id" : "...",
    "player2Id" : "...",
    "matchStatistic" : {
      "pointsOther" : 12345,
      "opponentRank" : 12345,
      "pointsOwn" : 12345
    },
    "meetingCount" : 12345,
    "person1Id" : "...",
    "player1" : {
      "juniorFlagMES" : true,
      "specialSubstitution" : true,
      "specialSubstitutionAgeGroup" : true,
      "birthDate" : 12345,
      "foreignerType" : "EQUATED_FOREIGNER",
      "natRank" : "...",
      "playerHistory" : "...",
      "rankAddOn" : "...",
      "lastname" : "...",
      "rankPreviousYear" : 12345,
      "playerPosition" : "innenlinks",
      "teamCaptain" : true,
      "playerInfo" : "...",
      "shirtNumber" : 12345,
      "personId" : "...",
      "remarks" : "...",
      "fedRankComparable" : true,
      "roundType" : "firstRound",
      "playerUri" : "...",
      "licenceNr" : "...",
      "locked" : true,
      "state" : "...",
      "likeAdult" : true,
      "legionnaireClubNr" : "...",
      "specialStandByPlayer" : true,
      "doubleRank" : 12345,
      "teamNr" : 12345,
      "likeAdultDoublePoolRight" : true,
      "clubRank" : 12345,
      "firstname" : "...",
      "standByPlayer" : true,
      "nationality" : "LAT",
      "title" : "...",
      "likeNative" : true,
      "fedRank" : 12345.0,
      "fedNickname" : "...",
      "fedRankCurrent" : 12345.0,
      "juniorLikeAdult" : true,
      "rank" : 12345
    },
    "player1Id" : "...",
    "player2" : {
      "juniorFlagMES" : true,
      "specialSubstitution" : true,
      "specialSubstitutionAgeGroup" : true,
      "birthDate" : 12345,
      "foreignerType" : "EQUATED_FOREIGNER",
      "natRank" : "...",
      "playerHistory" : "...",
      "rankAddOn" : "...",
      "lastname" : "...",
      "rankPreviousYear" : 12345,
      "playerPosition" : "kreislinks",
      "teamCaptain" : true,
      "playerInfo" : "...",
      "shirtNumber" : 12345,
      "personId" : "...",
      "remarks" : "...",
      "fedRankComparable" : true,
      "roundType" : "secondRound",
      "playerUri" : "...",
      "licenceNr" : "...",
      "locked" : true,
      "state" : "...",
      "likeAdult" : true,
      "legionnaireClubNr" : "...",
      "specialStandByPlayer" : true,
      "doubleRank" : 12345,
      "teamNr" : 12345,
      "likeAdultDoublePoolRight" : true,
      "clubRank" : 12345,
      "firstname" : "...",
      "standByPlayer" : true,
      "nationality" : "SEN",
      "title" : "...",
      "likeNative" : true,
      "fedRank" : 12345.0,
      "fedNickname" : "...",
      "fedRankCurrent" : 12345.0,
      "juniorLikeAdult" : true,
      "rank" : 12345
    }
  }, {
    "person2Id" : "...",
    "player2Id" : "...",
    "matchStatistic" : {
      "pointsOther" : 12345,
      "opponentRank" : 12345,
      "pointsOwn" : 12345
    },
    "meetingCount" : 12345,
    "person1Id" : "...",
    "player1" : {
      "juniorFlagMES" : true,
      "specialSubstitution" : true,
      "specialSubstitutionAgeGroup" : true,
      "birthDate" : 12345,
      "foreignerType" : "FOREIGNER",
      "natRank" : "...",
      "playerHistory" : "...",
      "rankAddOn" : "...",
      "lastname" : "...",
      "rankPreviousYear" : 12345,
      "playerPosition" : "halblinks",
      "teamCaptain" : true,
      "playerInfo" : "...",
      "shirtNumber" : 12345,
      "personId" : "...",
      "remarks" : "...",
      "fedRankComparable" : true,
      "roundType" : "entire",
      "playerUri" : "...",
      "licenceNr" : "...",
      "locked" : true,
      "state" : "...",
      "likeAdult" : true,
      "legionnaireClubNr" : "...",
      "specialStandByPlayer" : true,
      "doubleRank" : 12345,
      "teamNr" : 12345,
      "likeAdultDoublePoolRight" : true,
      "clubRank" : 12345,
      "firstname" : "...",
      "standByPlayer" : true,
      "nationality" : "FIN",
      "title" : "...",
      "likeNative" : true,
      "fedRank" : 12345.0,
      "fedNickname" : "...",
      "fedRankCurrent" : 12345.0,
      "juniorLikeAdult" : true,
      "rank" : 12345
    },
    "player1Id" : "...",
    "player2" : {
      "juniorFlagMES" : true,
      "specialSubstitution" : true,
      "specialSubstitutionAgeGroup" : true,
      "birthDate" : 12345,
      "foreignerType" : "EUROPEAN_FOREIGNER",
      "natRank" : "...",
      "playerHistory" : "...",
      "rankAddOn" : "...",
      "lastname" : "...",
      "rankPreviousYear" : 12345,
      "playerPosition" : "aussenrechts",
      "teamCaptain" : true,
      "playerInfo" : "...",
      "shirtNumber" : 12345,
      "personId" : "...",
      "remarks" : "...",
      "fedRankComparable" : true,
      "roundType" : "firstRound",
      "playerUri" : "...",
      "licenceNr" : "...",
      "locked" : true,
      "state" : "...",
      "likeAdult" : true,
      "legionnaireClubNr" : "...",
      "specialStandByPlayer" : true,
      "doubleRank" : 12345,
      "teamNr" : 12345,
      "likeAdultDoublePoolRight" : true,
      "clubRank" : 12345,
      "firstname" : "...",
      "standByPlayer" : true,
      "nationality" : "KIR",
      "title" : "...",
      "likeNative" : true,
      "fedRank" : 12345.0,
      "fedNickname" : "...",
      "fedRankCurrent" : 12345.0,
      "juniorLikeAdult" : true,
      "rank" : 12345
    }
  } ],
  "totalTeamStatistics" : {
    "pointsOther" : 12345,
    "opponentRank" : 12345,
    "pointsOwn" : 12345
  },
  "roundType" : "ak",
  "uncontestedSingleStatistics" : {
    "pointsOther" : 12345,
    "opponentRank" : 12345,
    "pointsOwn" : 12345
  }
}