Configuration
Last updated
Last updated
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).
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}/configuration
Retrieve vehicle configuration using the vehicle unique identifier.
Name | Type | Description |
---|---|---|
The table below summarizes the list of vehicle configuration parameters.
Name | Type | Description |
---|---|---|
Field | Type | Description |
---|---|---|
Field | Type | Description |
---|---|---|
Field | Type | Description |
---|---|---|
Field | Type | Description |
---|---|---|
vehicleId*
string
Vehicle unique identifier
DriveKit-Admin-API-Key*
string
Admin API Key
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)
beaconIdentifier
Beacon identifier
beaconPairingDate
string
Beacon pairing date
bluetoothIdentifier
Bluetooth identifier
user
User informations
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