Returns the drives for a vehicle.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The associated VIN.
Whether to return data in miles or kilometers.
mi
, km
Whether to return data in Fahrenheit or Celsius.
c
, f
The start of the timeframe. Unix timestamp in seconds.
The end of the timeframe. Unix timestamp in seconds.
The IANA timezone name.
The latitude of the starting point.
37.4925
The longitude of the starting point.
121.9447
The radius from the starting point, in meters.
80
Whether to exclude the starting point.
The latitude of the ending point.
37.4925
The longitude of the ending point.
121.9447
The included radius from the ending point, in meters.
80
Whether to exclude the ending point.
The tag associated with the drive.
"Work"
Whether to exclude the tag.
The driver profile associated with the drive.
"John"
Whether to exclude the driver profile.
Whether to output the results in JSON or CSV.
json
, csv
The minimum distance driven, in miles.
0.1
The maximum number of results.
Success