Vehicles
Export
Export vehicles from the system into a link of csv.
GET
/
v2
/
vehicles
/
download
/
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Fleet-Id
string
Query Parameters
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.
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.
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
url
string