Skip to content

List all vehicles

GET
/vehicles

Retrieve a paginated list of vehicles

page
integer
default: 1
page_size
integer
default: 50
archived
boolean
status
string
unit_id
string
organization_id
string
service_area_id
string

List of vehicles

object
data
Array
total
integer
page
integer
page_size
integer
has_more
boolean
data
Array<object>
object
id
string
company_id
string | null
external_id
string | null
name
string | null
resource_group_id
string | null
metadata
object | null
organization_id
string | null
archived
boolean
tanks
object
tanks
Array<object>
object
name
string
actual
number
size
number
max_total_fuel
number
max_total_weight
number
fuel_type
string | null
ownership
string | null
status
string | null
status_color
string | null
license_plate
string | null
make
string | null
model
string | null
vin
string | null
year
string | null
meter_value
string | null
meter_date
string | null format: date
vehicle_type
string | null
linked_vehicle_id
string | null
unit_id
string | null
attributes
array | null
service_area_id
string | null
date_created
string | null format: date-time

Unauthorized

object
success
required
boolean
error
required
string
Example
An error occurred