New updates and improvements to the MileIQ External API.
Currency
enum with values USD
, CAD
, and GBP
.DriveClassification
enum with values business
, personal
, and unclassified
.DriveEntry
enum with values manual
and automatic
.purpose
field to the DriveDetails
model to capture the purpose of the drive as provided by the driver.toll_fees
field in the DriveDetails
model, enabling access to toll expense information for each drive.ReviewComment
model and added review_comments
to the DriveResponse
. This feature provides visibility into the review process and any associated comments.classification
to use the new DriveClassification
enum.entry
to use the new DriveEntry
enum.currency
to use the new Currency
enum.
Authorization
header.
/v1/drives
: Get an ordered list of reported drives with filtering options.DriveResponse
: Represents a single reported drive (trip) with drive and driver details.Driver
: Contains essential driver information.DriveDetails
: Includes distance, value, classification, and location data for a drive.