GET v1/childservices/getscorebyage?personId={personId}&gameType={gameType}

获取同龄段的平均分

Request Information

URI Parameters

NameDescriptionTypeAdditional information
personId

integer

Required

gameType

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of decimal number

Response Formats

application/json, text/json

Sample:
[
  1.1,
  2.1
]