{
"timestamp_min": 0,
"timestamp_max": 0,
"dev_id": [
"string"
],
"dev_group": [
"string"
],
"dev_class": [
0
],
"user_id": [
"string"
],
"user_group": [
"string"
],
"component": 0,
"online_days": true,
"online_time": true,
"video_count": true,
"image_count": true,
"audio_count": true,
"gps_mileage": true
}
curl --location --request POST 'https://192.168.88.32:9781/bvcsp/v1/base/statistics' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"timestamp_min": 0,
"timestamp_max": 0,
"dev_id": [
"string"
],
"dev_group": [
"string"
],
"dev_class": [
0
],
"user_id": [
"string"
],
"user_group": [
"string"
],
"component": 0,
"online_days": true,
"online_time": true,
"video_count": true,
"image_count": true,
"audio_count": true,
"gps_mileage": true
}'
{
"code": 0,
"msg": "string",
"data": [
{
"timestamp_min": 0,
"timestamp_max": 0,
"type": "dev_id",
"id": "string",
"name": "string",
"member_count": 0,
"online_days": 0,
"online_time": 0,
"video_count": 0,
"image_count": 0,
"audio_count": 0,
"gps_mileage": 0
}
]
}