Skip to main content
GET
Export

Authorizations

Authorization
string
header
required

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

Headers

Fleet-Id
string

Query Parameters

Search term to filter results. Searchable fields include: plate_number, plate_state, vehicle_number, id, vehicle_make, vehicle_model, lessee_renter, status_with_toll_authority.

plate_state
string

Exact match for plate state.

plate_number
string

Exact match for plate number.

vehicle_type_code
string

Exact match for vehicle type code.

status_with_toll_authority
string[]

Multiple choice filter for vehicle status with toll authority.

Example:
added_date
string<date>

Exact match for added date.

Example:

"2022-01-01"

added_date__gte
string<date>

Filter for added date greater than or equal to the specified date.

Example:

"2022-01-01"

added_date__lte
string<date>

Filter for added date less than or equal to the specified date.

Example:

"2022-12-31"

Response

200 - application/json

Successful response

url
string
Example:

"url-to-file"