cURL
curl --request POST \ --url https://api.telemax.com.au/api/GetNearest \ --header 'Authorization: <authorization>'
{ "Status": "OK", "result": [ { "vehicle": { "Id": 1305200, "UtcTime": "2024-01-15T10:30:00Z", "UserTime": "2024-01-15T12:30:00+02:00", "UserTimeFormatted": "15/01/2024 12:30:00", "Lat": 40.7128, "Lng": -74.006, "Speed": 65.5, "Course": 90, "Ignition": true, "Odometer": 125000.5, "Voltage": 12.6, "Fatigue": "00:30:00", "EngineHours": 30.5, "SatSignal": "Good", "Satellites": 8, "ConnectionStrengh": "Excellent", "DeviceId": 12345, "IgnitionTime": 3600.5, "DeviceName": "Fleet Vehicle 001", "IMEI": "123456789012345", "Vin": "1HGBH41JXMN109186", "StartMovingTime": "2024-01-15T08:00:00Z", "StartMovingTimeUser": "2024-01-15T10:00:00+02:00", "LastMovementTime": "2024-01-15T16:00:00Z", "LastMovementTimeUser": "2024-01-15T18:00:00+02:00", "LastMovementTimeUserFormatted": "15/01/2024 18:00:00", "DrivingTime": 3000, "Driver": "John Smith", "FuelLevel": 75, "DTC": "P0301", "IsDoorLocked": true, "Address": "123 Main St, New York, NY 10001", "EngineEnabled": true, "timeElapsed": 0.125, "startedTime": "2024-01-15T10:30:00Z", "endTime": "2024-01-15T10:30:01Z" }, "distance": "10500.0,", "realDistance": 10500 } ] }
Get vehicles within a specified radius, based on a point specified.
Standard and must keep as it is.
Bearer your_token
Latitude
Longitude
Company ID.
Number of vehicles to get.
Radius from point.
Successful response with array of vehicle records and distances
"OK"
Show child attributes
Was this page helpful?