查询家长关联设备信息
GET
https://api2.hik-cloud.com/api/v1/edu/basic/devices/actions/getChannelsByParentPhone
功能描述
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api2.hik-cloud.com/api/v1/edu/basic/devices/actions/getChannelsByParentPhone' \
--header 'Authorization: Bearer '
响应示例响应示例
{
"code": 200,
"message": "操作成功",
"data": [
{
"deviceId": "8c06808799394814880a706761e35800",
"deviceName": "收银台",
"deviceModel": "CS-C3S-52WEFR",
"deviceSerial": "123329561",
"channelId": "d7c5a3a0d78c40309415d6e55417a219",
"channelName": "收银台",
"channelNo": 1
}
]
}
请求参数
Query 参数
schoolId
string
学校ID
parentPhone
string
家长手机号
Header 参数
Authorization
string
可选
默认值:
Bearer {{access_token}}