Vehicles
This service is designed to retrieve the vehicles linked to a user's account and the vehicle configuration parameters.
If you have your admin API key, you can try the API via this link.
User vehicles
GET
https://service.drivequant.com/v3/drivekit/admin/drivers/{userId}/vehicles
Get all vehicles configured by the user
Path Parameters
Name | Type | Description |
---|---|---|
userId* | String | User unique identifier |
Headers
Name | Type | Description |
---|---|---|
DriveKit-Admin-API-Key * | String | Admin API key |
Response
The table below summarizes the list of vehicle configuration parameters.
Field | Type | Description |
---|---|---|
id |
| Vehicle unique identifier |
name |
| Vehicle name |
detectionMode |
| Vehicle detection mode. Possible values are: GPS, BEACON, BLUETOOTH, DISABLED |
creationDate |
| Vehicle creation date |
status |
| ACTIVE or DELETED |
beaconIdentifier | Beacon identifier | |
beaconPairingDate |
| Beacon pairing date |
bluetoothIdentifier | Bluetooth identifier |
BeaconIdentifier
Field | Type | Description |
---|---|---|
proximityUuid |
| beacon proximity uuid |
major |
| beacon major |
minor |
| beacon minor |
BluetoothIdentifier
Field | Type | Description |
---|---|---|
macAddress |
| Mac address of the Bluetooth device |
name |
| Name of the Bluetooth device |
Last updated