客流统计参数配置获取
GET
https://api2.hik-cloud.com/api/v1/open/systems/videos/actions/getCountingConfig
查询对应通道的客流统计配置
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api2.hik-cloud.com/api/v1/open/systems/videos/actions/getCountingConfig' \
--header 'Authorization: Bearer '
响应示例响应示例
{
"code": 200,
"message": "操作成功",
"data": {
"enabled": true,
"countingRegionType": "region",
"dataUploadCycle": 60,
"dailyResetTime": "22:00:00+08:00"
}
}
请求参数
Query 参数
deviceSerial
string
设备序列号
示例值:
xxxxx
channelNo
string
通道号
示例值:
1
Header 参数
Authorization
string
可选
默认值:
Bearer {{access_token}}
返回响应
修改于 2022-05-25 09:45:49