Get all DVIRs
GET
http://api.firsteld.com/openapi/dvirs/
Maintenance
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://api.firsteld.com/openapi/dvirs/'
Response Response Example
{
"count": 10,
"page_size": 123,
"previous": null,
"current": 1,
"next": 2,
"results": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"vehicle": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string"
},
"startTime": "2019-08-24T14:15:22Z",
"endTime": "2019-08-24T14:15:22Z",
"licensePlate": "",
"location": "",
"mechanicNotes": "",
"odometerMeters": 0,
"safetyStatus": "string",
"trailer": "string",
"trailerDefects": [
{
"name": "string"
}
],
"type": "string",
"vehicleDefects": [
{
"name": "string"
}
]
}
]
}
Request
Query Params
page
integer
optional
page_size
integer
optional
startTime
string <date-time>
optional
endTime
string <date-time>
optional
Responses
Modified at 2025-04-23 00:31:51