Retrieve a list of inspection schedules.

Retrieves a list of inspection schedules for assets with details on the most recent inspections for each asset.

SecuritybearerAuth
Request
query Parameters
assetType
string

Can be either vehicle or trailer.

Enum: "vehicle" "trailer"
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
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/schedules
Request samples
Response samples
application/json
{
  • "data": [
    ],
  • "metadata": {
    }
}