{
"filter": {
"device_id": "string",
"timestamp_max": 0,
"timestamp_min": 0
},
"page": 0,
"pageSize": 0
}
curl --location --request POST 'https://192.168.88.11:9781/bvcsp/v1/pu/history/gps' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"filter": {
"device_id": "string",
"timestamp_max": 0,
"timestamp_min": 0
},
"page": 0,
"pageSize": 0
}'
{
"code": 0,
"msg": "string",
"pageInfo": {
"page": 0,
"pageSize": 0,
"totalCount": 0
},
"data": [
{
"lng": 0,
"lat": 0,
"time": 0,
"height": 0,
"angle": 0,
"speed": 0,
"starCount": 0,
"state": 0,
"satellite": 1,
"devId": "string",
"id": 0
}
]
}