GET v1/physicalactivityroom/gamespercentandcount?physicalTestId={physicalTestId}
查询测试记录的所有
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| physicalTestId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GamesTestDto| Name | Description | Type | Additional information |
|---|---|---|---|
| GameType |
游戏类型 |
integer |
None. |
| GameName |
游戏名称 |
string |
None. |
| DataList |
游戏数据集合 |
Collection of PercentAndCountDto |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"gameType": 1,
"gameName": "sample string 1",
"dataList": [
{
"improvedPercent": 1.1,
"normalPercent": 1.1,
"goodPercent": 1.1,
"excellentPercent": 1.1,
"improvedCount": 1,
"normalCount": 1,
"goodCount": 1,
"excellentCount": 1
},
{
"improvedPercent": 1.1,
"normalPercent": 1.1,
"goodPercent": 1.1,
"excellentPercent": 1.1,
"improvedCount": 1,
"normalCount": 1,
"goodCount": 1,
"excellentCount": 1
}
]
},
{
"gameType": 1,
"gameName": "sample string 1",
"dataList": [
{
"improvedPercent": 1.1,
"normalPercent": 1.1,
"goodPercent": 1.1,
"excellentPercent": 1.1,
"improvedCount": 1,
"normalCount": 1,
"goodCount": 1,
"excellentCount": 1
},
{
"improvedPercent": 1.1,
"normalPercent": 1.1,
"goodPercent": 1.1,
"excellentPercent": 1.1,
"improvedCount": 1,
"normalCount": 1,
"goodCount": 1,
"excellentCount": 1
}
]
}
]