获取已关联的IPC列表
GET
https://api2.hik-cloud.com/api/v1/ezviz/detector/ipcs/bindList
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api2.hik-cloud.com/api/v1/ezviz/detector/ipcs/bindList?deviceId=xxxxxx&detectorSerial=xxxx' \
--header 'Authorization: Bearer '
响应示例响应示例
{
"code": 200,
"message": "操作成功",
"data": [
{
"detectorSerial": "xxxxxx",
"ipcSerial": "xxxx"
}
]
}
请求参数
Query 参数
deviceId
string
设备ID
示例值:
xxxxxx
detectorSerial
string
探测器序列号
示例值:
xxxx
Header 参数
Authorization
string
可选
默认值:
Bearer {{access_token}}
返回响应
修改于 2022-05-27 04:10:59