Skip to main content
GET
List Inspections

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

dateTimeFrom

The period between dateTimeFrom and dateTimeTo cannot be more than 31 days.

Example:

"2022-12-12"

dateTimeTo

The period between dateTimeFrom and dateTimeTo cannot be more than 31 days.

Example:

"2022-12-12"

groupName
string

Group identifier (alphanumeric). Use this to retrieve data for all vehicles within a specific group. Must be specified if neither personName or vehicleName is specified.

personName
string[]

Name of the person who submitted the inspection. Must be specified if a value for either vehicleName or groupName is not specified. It supports a list of names.

vehicleName
string[]

Friendly name for the vehicle where inspection has been carried out. Must be specified if a value for either personName or groupName is not specified. It supports a list of names.

limit
integer

The number of inspections to include in the output. If not specified it will default to 200.

nextToken
string

Token returned in a previous call to this endpoint to get the next set of details.

Response

200 - application/jsonl

OK

inspections
object[]

Array of inspection information.