PlayerStatisticsDTO Data Type

Properties
name data type description
meetingCount number
personId string
singleStatisticsCount number
playerRank number
playerTeamNumber number
teamNumber number
playerInfo string
fedRank number
player TeamPoolPlayerDTO
playerId string
playerRating number
singleStatistics array of StatisticsElementDTO
matchStatistic StatisticsElementDTO

Example

{
  "meetingCount" : 12345,
  "personId" : "...",
  "singleStatisticsCount" : 12345,
  "playerRank" : 12345,
  "playerTeamNumber" : 12345,
  "teamNumber" : 12345,
  "playerInfo" : "...",
  "fedRank" : 12345.0,
  "player" : {
    "playerHistory" : "...",
    "rankPreviousYear" : 12345,
    "juniorLikeAdult" : true,
    "firstname" : "...",
    "nationality" : "HKG",
    "remarks" : "...",
    "likeNative" : true,
    "natRank" : "...",
    "birthDate" : 12345,
    "rankAddOn" : "...",
    "licenceNr" : "...",
    "locked" : true,
    "specialSubstitution" : true,
    "playerInfo" : "...",
    "fedRankCurrent" : 12345.0,
    "teamCaptain" : true,
    "fedNickname" : "...",
    "roundType" : "ak",
    "legionnaireClubNr" : "...",
    "shirtNumber" : 12345,
    "state" : "...",
    "fedRank" : 12345.0,
    "doubleRank" : 12345,
    "teamNr" : 12345,
    "specialSubstitutionAgeGroup" : true,
    "juniorFlagMES" : true,
    "likeAdultDoublePoolRight" : true,
    "fedRankComparable" : true,
    "lastname" : "...",
    "specialStandByPlayer" : true,
    "clubRank" : 12345,
    "personId" : "...",
    "title" : "...",
    "likeAdult" : true,
    "playerUri" : "...",
    "rank" : 12345,
    "foreignerType" : "EQUATED_FOREIGNER",
    "playerPosition" : "innenrechts",
    "standByPlayer" : true
  },
  "playerId" : "...",
  "playerRating" : 12345.0,
  "singleStatistics" : [ {
    "pointsOther" : 12345,
    "pointsOwn" : 12345,
    "opponentRank" : 12345
  }, {
    "pointsOther" : 12345,
    "pointsOwn" : 12345,
    "opponentRank" : 12345
  } ],
  "matchStatistic" : {
    "pointsOther" : 12345,
    "pointsOwn" : 12345,
    "opponentRank" : 12345
  }
}