{
"pageSize": "10",
"pageIndex": "1",
"deviceId": "string",
"startTime": "string",
"endTime": "string",
"type": "string"
}
curl --location --request POST 'https://mettahub.mettaxiot.com/gps/v2/openapi/gps/history' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageSize": "10",
"pageIndex": "1",
"deviceId": "string",
"startTime": "string",
"endTime": "string",
"type": "string"
}'
{
"code": 0,
"data": {
"records": [
{
"deviceName": "",
"deviceId": "",
"reportTime": "",
"deviceTime": "",
"speed": 0.0,
"course": 0,
"acc": 0,
"lat": 0.0,
"lon": 0.0,
"num": 0,
"signal": 0,
"quantity": 0,
"voltage": 0.0,
"elec": 0,
"type": 0,
"actual": false,
"voltageLevel": 0,
"rssi": 0,
"disarmingStatus": 0,
"chargeStatus": 0,
"blockedStatus": 0
}
],
"total": 0,
"size": 0,
"current": 0
},
"msg": ""
}