Skip to main content
GET
List Vehicles

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

limit
integer
offset
integer

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.

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

count
integer
Example:

6000

next
string
Example:

"http://api.staging.fleetit.com/v2/vehicles/?limit=25&offset=25"

previous
string
Example:

null

results
object[]