{
"page": 0,
"pageSize": 0,
"filter": {
"device_id": "string",
"sub_device_index": 0,
"timestamp_min": 0,
"timestamp_max": 0,
"user_id": "string",
"type": 1,
"status": [
0
],
"desc": "string",
"operator_id": "string",
"process_time_min": 0,
"process_time_max": 0,
"match": "string"
}
}
curl --location --request POST 'https://192.168.88.11:9781/bvcsp/v1/alarm' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": 0,
"pageSize": 0,
"filter": {
"device_id": "string",
"sub_device_index": 0,
"timestamp_min": 0,
"timestamp_max": 0,
"user_id": "string",
"type": 1,
"status": [
0
],
"desc": "string",
"operator_id": "string",
"process_time_min": 0,
"process_time_max": 0,
"match": "string"
}
}'
{
"code": 0,
"msg": "string",
"pageInfo": {
"page": 0,
"pageSize": 0,
"totalCount": 0
},
"data": [
{
"key": "string",
"type": 1,
"status": 0,
"timestamp": 0,
"device_id": "string",
"lat": 0,
"lng": 0,
"desc": "string",
"sub_device_index": 0,
"user_id": "string",
"user_name": "string",
"value": 0,
"operator_id": "string",
"operator_name": "string",
"process_desc": "string",
"process_time": 0
}
]
}