查询教学班学生信息
POST
https://api2.hik-cloud.com/api/v1/edu/basic/students/actions/getOptionStudentList
功能描述
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api2.hik-cloud.com/api/v1/edu/basic/students/actions/getOptionStudentList' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"classId": "10a795f4a25dee9ed4491f28747eb6",
"schoolId": "10a795f4a25dee9ed4491f28747eb6"
}'
响应示例响应示例
{
"code": 200,
"message": "操作成功",
"data": [
{
"studentId": "6514484bc11397508cab7870c633216b",
"studentName": "张三",
"studentNumber": "14484",
"studentType": 1,
"studentSex": 1,
"classId": "fd8fe4f53fa449c4b9e640956030478b",
"card": "14484,14485",
"birthDate": "2000-01-01",
"entryDate": "2010-01-01",
"graduateDate": "2016-01-01",
"phoneNumber": "15246235245",
"nation": "汉",
"personNative": "北京",
"address": "北京",
"comment": "备注信息"
}
]
}
请求参数
Header 参数
Authorization
string
可选
默认值:
Bearer {{access_token}}
Body 参数application/json
返回响应
修改于 2022-06-09 11:11:19