{
"dev_group": [
"string"
],
"user_group": [
"string"
],
"offline_statics_list": [
0
]
}curl --location 'https://192.168.88.32:9781/bvcsp/v1/history/offline/statistics/v2' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data '{
"dev_group": [
"string"
],
"user_group": [
"string"
],
"offline_statics_list": [
0
]
}'{
"code": 0,
"msg": "string",
"data": [
{
"type": "dev_id",
"id": "string",
"name": "string",
"total_count": 0,
"offline_statics_list": {
"offline_duration": 0,
"count": 0
}
}
]
}