cURL
curl --request POST \ --url https://api.telemax.com.au/api/LastTimeOnline/{vehicleId} \ --header 'Authorization: <authorization>'
[ { "lastTimeUTC": "2024-01-15T10:30:00Z", "secondsAgo": 861895.4007076 } ]
Gets the latest time a vehicle was online.
Standard and must keep as it is.
Bearer your_token
Vehicle ID
Successful response with timestamp data.
Time in UTC
"2024-01-15T10:30:00Z"
Number of seconds ago.
861895.4007076
Was this page helpful?