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": [
{
"dir": 166,
"dst": 0,
"key": "1",
"latitude": 49.2278137207031,
"longitude": 28.4601726531982,
"speed": 0,
"timestamp": "Mon, 03 Feb 2025 15:02:03 GMT",
"type": "Gps"
},
{
"dir": 166,
"dst": 0,
"key": "1",
"latitude": 49.2278137207031,
"longitude": 28.4601726531982,
"speed": 0,
"timestamp": "Mon, 03 Feb 2025 15:02:08 GMT",
"type": "Gps"
}
]
},
"result": "OK"
}