GET v1/childservices/trainingprocess?personId={personId}
训练过程
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| personId |
小朋友的persionid |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of TrainingProcessDto| Name | Description | Type | Additional information |
|---|---|---|---|
| GameType |
游戏类型 |
integer |
None. |
| GameName |
游戏名称 |
string |
None. |
| Unit |
得分单位 |
string |
None. |
| GameList |
游戏记录集合 |
Collection of GameListDto |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"gameType": 1,
"gameName": "sample string 1",
"unit": "sample string 2",
"gameList": [
{
"id": 1,
"starttime": "2025-12-14 01:05:09",
"score": 1,
"filename": "sample string 2",
"ranking": 3.1,
"aveScore": 4.1
},
{
"id": 1,
"starttime": "2025-12-14 01:05:09",
"score": 1,
"filename": "sample string 2",
"ranking": 3.1,
"aveScore": 4.1
}
]
},
{
"gameType": 1,
"gameName": "sample string 1",
"unit": "sample string 2",
"gameList": [
{
"id": 1,
"starttime": "2025-12-14 01:05:09",
"score": 1,
"filename": "sample string 2",
"ranking": 3.1,
"aveScore": 4.1
},
{
"id": 1,
"starttime": "2025-12-14 01:05:09",
"score": 1,
"filename": "sample string 2",
"ranking": 3.1,
"aveScore": 4.1
}
]
}
]