curl --request GET \
--url https://api.app.fleetit.com/v2/vehicles/types/ \
--header 'Authorization: Bearer <token>'{
"count": 78,
"next": null,
"previous": null,
"results": [
{
"id": 71,
"vehicle_type_code": "739_739",
"vehicle_type_text": "739:Trac/1 Trailer<48"
}
]
}Retrieve a list of all vehicle types in the system.
curl --request GET \
--url https://api.app.fleetit.com/v2/vehicles/types/ \
--header 'Authorization: Bearer <token>'{
"count": 78,
"next": null,
"previous": null,
"results": [
{
"id": 71,
"vehicle_type_code": "739_739",
"vehicle_type_text": "739:Trac/1 Trailer<48"
}
]
}Was this page helpful?