Retrieve a DVIR.

Retrieve a specific driver-vehicle inspection report (DVIR) by report ID.

SecuritybearerAuth
Request
path Parameters
reportIdentifier
required
integer <int64>

ID of the inspection report.

Responses
200

successful operation

400

Invalid ID supplied

404

DVIR not found

get/v1/dvir/{reportIdentifier}
Request samples
Response samples
application/json
{
  • "id": 10,
  • "creationDate": "2024-01-19T00:00:00.000Z",
  • "certificationDate": "2024-01-19T00:00:00.000Z",
  • "location": "Washington DC",
  • "inspectionType": "pre-trip",
  • "vehicleId": "9a0c7e3f-b889-40ad-b4da-d9bb84fa8fd2",
  • "vehicleGroupId": "9a0c7e3f-b889-40ad-b4da-d9bb84fa8fd2",
  • "vehicleName": "Vehicle example name",
  • "trailerId": 123,
  • "trailerGroupId": "9a0c7e3f-b889-40ad-b4da-d9bb84fa8fd2",
  • "trailerName": "Trailer example name",
  • "driverName": "John",
  • "generalNote": "Note comments",
  • "duration": "0:03:09",
  • "odometer": 29.5,
  • "dvirStatus": "Safe",
  • "inspectionListId": 1,
  • "inspectionListName": "Some inspection list",
  • "defects": [
    ],
  • "mechanicSignature": {
    },
  • "reviewerSignature": {
    }
}