Products
Use cases
Docs
Support
Search…
Introducing DriveKit
DriveKit Guides
Get started with drivekit
iOS
Android
Trip recording lifecycle
Trip analysis
Introduction
iOS
Android
User Interface
REST services
Trip Simulator
PERMISSIONS UTILS
Introduction
User interface
COMMON UI
Introduction
iOS
Android
References
DRIVER DATA
Introduction
iOS
Android
User interface
Vehicle
Introduction
iOS
Android
User Interface
DRIVER ACHIEVEMENT
Introduction
iOS
Android
User interface
CHALLENGE
Introduction
iOS
Android
User interface
REST SERVICES
Push Data
Driver
Drivers
Group
Vehicle
Create a vehicle
Vehicle statistics
Update vehicle mileage
Tire and brake wear update
References
Beacon
Trips
Release notes
Changelog
Powered By
GitBook
Vehicle statistics
For each vehicle in your fleet, you can access to a set of data:
The number of trips.
The total distance analyzed.
The vehicule mileage.
The wear percentages of the front/rear tires and brakes.
If you have your
admin API key
, you can try the API via this
link
.
get
https://service.drivequant.com/
v3/drivekit/admin/vehicles/{vehicleId}/statistics
Vehicle statistics
Response
The table below summarizes the list of vehicle statisitics data.
Field
Type
Description
distance
int
Vehicle mileage
analyzedDistance
int
Analyzed distance
tripNumber
int
Total number of trips
frontTire
WearComponent
Wear data for the front tire
rearTire
WearComponent
Wear data for the rear tire
frontBrake
WearComponent
Wear data for the front brake
rearBrake
WearComponent
Wear data for the rear brake
WearComponent
Field
Type
Description
analyzedDistance
int
Total distance analyzed for the component (in km)
distance
int
Total distance analyzed for the component (in km)
changeDate
date
Date of last component change, null if the component was never changed
wear
double
Total worn mass percentage of the component (right/left)
Min. value = 0% / Max. value = 100%
autonomy
int
Component remaining distance before change (in km)
Min. value = 0 / Max. value = 1 000 000
wearRate
double
Average wear rate for the component (in %/1000 km)
Previous
Create a vehicle
Next
Update vehicle mileage
Last modified
11mo ago
Export as PDF
Copy link
Contents
get
Vehicle statistics
Response
WearComponent