PlayerStatisticsDTO Data Type

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

Example

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