GET
/
v2
/
vehicles
/

Authorizations

Authorization
string
headerrequired

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

Headers

Fleet-Id
string

Query Parameters

limit
integer
offset
integer
search
string

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. Comma Separated for multiple values.

plate_number
string

Exact match for plate number. Commas Separated for multiple values.

vehicle_type_code
string

Exact match for vehicle type code. Comma Separated for multiple values.

status_with_toll_authority
string[]

Multiple choice filter for vehicle status with toll authority.

added_date
string

Exact match for added date.

added_date__gte
string

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

added_date__lte
string

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

Response

200 - application/json
count
integer
next
string
previous
string
results
object[]