GET v1/somatosensoryrawdata/getstunamelist?gardenId={gardenId}&classId={classId}
获取学生列表
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| gardenId |
园所id |
integer |
Required |
| classId |
班级id |
integer |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of GetStuNameListDto| Name | Description | Type | Additional information |
|---|---|---|---|
| PersonId |
学生PersonId |
integer |
None. |
| Name |
学生姓名 |
string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"personId": 1,
"name": "sample string 1"
},
{
"personId": 1,
"name": "sample string 1"
}
]