This service provides vehicle configuration information based on its unique identifier:
Vehicle name.
Detection mode configured (GPS, beacon, Bluetooth).
Creation date.
Status (active, deleted).
Beacon attributes (proximity UUID, major, minor) if a beacon is paired to the vehicle.
Beacon pairing date if a beacon is paired to the vehicle.
The Bluetooth attributes (mac address, name) if a Bluetooth device is paired to the vehicle.
Identifiers of the vehicle's owner (id, firstname, lastname).
GET
https://service.drivequant.com/v3/drivekit/admin/vehicles/{vehicleId}/configuration
Retrieve vehicle configuration using the vehicle unique identifier.
vehicleId*
string
Vehicle unique identifier
DriveKit-Admin-API-Key*
string
Admin API Key
The table below summarizes the list of vehicle configuration parameters.
id
string
Vehicle unique id
name
string
Vehicle name
detectionMode
string
Vehicle detection mode (GPS, BEACON, BLUETOOTH, DISABLED)
creationDate
string
Vehicle creation date
status
string
Vehicle status (ACTIVE, DELETED)
beaconPairingDate
string
Beacon pairing date
proximityUuid
string
Beacon proximity UUID
major
int
Beacon major
minor
int
Beacon minor
macAddress
string
Bluetooth device mac address
name
string
Bluetooth device name
id
string
User unique identifier
firstname
string
User firstname
lastname
string
User lastname