{
"page": "0",
"pageSize": "20",
"filter": {
"fileId": "string",
"timeBegin": 0,
"timeEnd": 0,
"timestampBegin": 0,
"timestampEnd": 0,
"addTimeBegin": 0,
"addTimeEnd": 0,
"userId": "string"
}
}
curl --location --request POST 'https://192.168.88.11:9781/bvcsp/v1/recordfile/timeline/filter' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": "0",
"pageSize": "20",
"filter": {
"fileId": "string",
"timeBegin": 0,
"timeEnd": 0,
"timestampBegin": 0,
"timestampEnd": 0,
"addTimeBegin": 0,
"addTimeEnd": 0,
"userId": "string"
}
}'
{
"code": 0,
"msg": "string",
"pageInfo": {
"page": 0,
"pageSize": 0,
"totalCount": 0
},
"data": [
{
"fileId": "string",
"userId": "string",
"time": "string",
"timestamp": "string",
"id": "string",
"addTime": "string",
"data": "string"
}
]
}