end_ts is start_ts + 24 hours, if the duration is longer than 24 hours, the end_ts will be regulated to start_ts + 24 hours.curl --location --request GET 'https://fleet.roscolive.com/api/v1.0/partners/devices//metadata?start_ts=&end_ts='{
"meta": {
"code": 200
},
"response": {
"metadata": [
{
"alarm_active": 1,
"asset_id": null,
"event_id": null,
"timestamp": "Thu, 23 Oct 2025 23:16:24 GMT",
"type": "HarshBraking"
},
{
"dir": 348,
"dst": 11319,
"key": "1",
"latitude": 40.6242332458496,
"longitude": -73.9090270996094,
"speed": 1.864,
"timestamp": "Thu, 23 Oct 2025 23:16:58 GMT",
"type": "Gps"
},
{
"dir": 0,
"dst": 11319,
"key": "1",
"latitude": 40.6242370605469,
"longitude": -73.9090270996094,
"speed": 0,
"timestamp": "Thu, 23 Oct 2025 23:17:03 GMT",
"type": "Gps"
}
]
},
"result": "OK"
}