Get available vehicle types
GET/company/vehicles/types
Retrieves the complete list of vehicle types configured and visible in the system.
Objective
Enable companies to view all available vehicle type options for creating or updating vehicles in their fleet.
Use Cases
- Display vehicle type dropdown options when creating a new vehicle
- Filter fleet by specific vehicle types in the interface
- Understand vehicle type specifications and capabilities
Response Details
Returns an array of vehicle type objects ordered alphabetically by name. Each type includes:
- Code identifier used in vehicle creation
- Localized names and descriptions in multiple languages
- Visibility status
Note: Only visible vehicle types are returned. Results are sorted by name in ascending order.
Request
Responses
- 200
- 400
List of vehicle types retrieved successfully
Response Headers
Error retrieving vehicle types