PlayerStatisticsDTO Data Type

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

Example

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