GET v1/physicalactivityroom/gamescompare?physicalTestId={physicalTestId}
体能测试,各体感项目成绩等级比分析
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
physicalTestId |
测试记录id |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of AllGamesViewDtoName | Description | Type | Additional information |
---|---|---|---|
Gametype |
游戏类型 |
string |
None. |
Level |
成绩等级 |
string |
None. |
Count |
该等级下的人数 |
integer |
None. |
Percent |
所占比例 |
decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[ { "gametype": "sample string 1", "level": "sample string 2", "count": 3, "percent": 4.1 }, { "gametype": "sample string 1", "level": "sample string 2", "count": 3, "percent": 4.1 } ]