Retrieve a list of inspection lists.

Retrieves a list of inspection lists, including their inspection points and schedules.

SecuritybearerAuth
Request
query Parameters
assetType
string

Can be either vehicle or trailer.

Enum: "vehicle" "trailer"
vehicleIdentifier
string

ID of the vehicle.

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

ID of the trailer.

Example: trailerIdentifier=123
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=Name
order
string or null

Sort direction.

Example: order=asc
Responses
200

successful operation

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