Historical Vehicle Locations
GET
http://api.firsteld.com/openapi/vehicles/{id}/locations/
Vehicle Locations
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://api.firsteld.com/openapi/vehicles//locations/'
Response Response Example
{
"count": 10,
"page_size": 123,
"previous": null,
"current": 1,
"next": 2,
"results": [
{
"driver": "string",
"vehicle": "string",
"locatedAt": "2019-08-24T14:15:22Z",
"location": {
"latitude": 0,
"longitude": 0
},
"address": "string",
"heading": 0,
"speed": 0,
"odometer": 0
}
]
}
Request
Path Params
id
string <uuid>
required
Query Params
page
integer
optional
page_size
integer
optional
startAt
string <date-time>
optional
endAt
string <date-time>
optional
Responses
Modified at 2025-04-23 00:31:51