生成热度图
POST
https://api2.hik-cloud.com/api/v1/device/isapi/intelligent/personQueueDetection/heatMapPicture/actions/generate
指定设备生成指定时间段的热度图。
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api2.hik-cloud.com/api/v1/device/isapi/intelligent/personQueueDetection/heatMapPicture/actions/generate' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceSerial": "C40022055",
"channelNo": 1,
"startTime": "2022-03-11T00:00:00+08:00",
"endTime": "2022-03-14T23:59:59+08:00"
}'
响应示例响应示例
{
"code": 200,
"message": "操作成功"
}
请求参数
Header 参数
Authorization
string
可选
默认值:
Bearer {{access_token}}
Body 参数application/json