GET v1/somatosensoryrawdata/getclasslist?gardenId={gardenId}&gradeNum={gradeNum}
获取班级列表
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
gardenId |
园所id |
integer |
Required |
gradeNum |
年纪id |
integer |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of GetClassListDtoName | Description | Type | Additional information |
---|---|---|---|
ClassId |
班级id |
integer |
None. |
ClassName |
班级名称 |
string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "classId": 1, "className": "sample string 1" }, { "classId": 1, "className": "sample string 1" } ]