Retrieve DVIRs

Retrieves a list of driver-vehicle inspection reports (DVIRs) including details on defects found and defects resolved.

SecuritybearerAuth
Request
query Parameters
reportIdentifiers
string

ID(s) of the inspection report(s).

Example: reportIdentifiers=9a0c7e3f-b889-40ad-b4da-d9bb84fa8fd2,9a0c7e3f-b889-40ad-b4da-d9bb84fa8fd3
groupIdentifier
string

ID of the group.

Example: groupIdentifier=9a0c7e3f-b889-40ad-b4da-d9bb84fa8fd2
includeSubGroups
boolean

If true, all subgroups under the specified group are included.

Example: includeSubGroups=false
vehicleIdentifier
string

ID of the vehicle.

Example: vehicleIdentifier=9a0c7e3f-b889-40ad-b4da-d9bb84fa8fd2
trailerIdentifier
number

ID of the trailer.

Example: trailerIdentifier=123
startDate
string <date-time>

Filter for a specific date-time period.

endDate
string <date-time>

Filter for a specific date-time period.

offset
integer or null

Record to start with.

Example: offset=1500
limit
integer or null

Maximum number of records to return.

Example: limit=100
sort
string or null

Name of the property to sort on.

Example: sort=VehicleName
order
string or null

Sort direction.

Example: order=asc
Responses
200

successful operation

get/v1/dvir
Request samples
Response samples
application/json
{
  • "data": [
    ],
  • "metadata": {
    }
}