PlayerStatisticsDTO Data Type

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

Example

{
  "personId" : "...",
  "teamNumber" : 12345,
  "playerTeamNumber" : 12345,
  "fedRank" : 12345.0,
  "player" : {
    "juniorFlagMES" : true,
    "specialSubstitution" : true,
    "specialSubstitutionAgeGroup" : true,
    "birthDate" : 12345,
    "foreignerType" : "FOREIGNER",
    "natRank" : "...",
    "playerHistory" : "...",
    "rankAddOn" : "...",
    "lastname" : "...",
    "rankPreviousYear" : 12345,
    "playerPosition" : "rechtsaussen",
    "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" : "HON",
    "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" : "..."
}