GET v1/physicalactivityroom/physicaltestview?gardenId={gardenId}&gradeNum={gradeNum}&classId={classId}&startYear={startYear}&endYear={endYear}&term={term}
体能测试总览
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| gardenId |
园所Id |
integer |
Required |
| gradeNum |
年纪id |
integer |
Required |
| classId |
班级id |
integer |
Required |
| startYear |
开始年份 |
integer |
Required |
| endYear |
结束年份 |
integer |
Required |
| term |
学期(上学期或者下学期) |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PhysicalTestViewDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Date |
测试日期 |
date |
None. |
| TestRecordList |
测试记录集合 |
Collection of TestRecordDto |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"date": "2025-12-14 00:54:58",
"testRecordList": [
{
"physicalTestId": 1,
"peopleNumber": 1
},
{
"physicalTestId": 1,
"peopleNumber": 1
}
]
},
{
"date": "2025-12-14 00:54:58",
"testRecordList": [
{
"physicalTestId": 1,
"peopleNumber": 1
},
{
"physicalTestId": 1,
"peopleNumber": 1
}
]
}
]