Characteristics
For each vehicle in your fleet, you can access to technical characteristics set when you create a vehicle or retrieved in DriveQuant vehicle database:
Brand, model and version of the vehicle
Engine configuration
Consumption data
Gearbox configuration
Vehicle dimensions
Tyre dimensions
If you have your admin API key, you can try the API via this link.
Vehicle characteristics
GET
https://service.drivequant.com/v3/drivekit/admin/vehicles/{vehicleId}/characteristics
Retrieve vehicle characteristics using the vehicle unique identifier.
Path Parameters
Name | Type | Description |
---|---|---|
vehicleId* | string | Vehicle unique identifier |
Headers
Name | Type | Description |
---|---|---|
DriveKit-Admin-API-Key* | string | Admin API Key |
Response
Description of each vehicle characteristics is available here.
Last updated