Configuration
This service provides beacon configuration information based on its identifiers
Beacon status (paired, available)
Vehicle to which beacon is paired
Vehicle's unique identifier
Name
Detection mode (BEACON)
Creation date
Beacon identifiers
Beacon pairing date
Identifiers of the vehicle's owner (id, firstname, lastname).
If you have your admin API key, you can try the API via this link.
Parameters
The table below summarizes the list of query parameters.
Field | Type | Description | Required ? |
---|---|---|---|
proximityuuid |
| Beacon proximity UUID | yes |
major |
| Beacon major | yes |
minor |
| Beacon minor | yes |
Response
The table below summarizes the list of beacon configuration parameters.
Field | Type | Description |
---|---|---|
pairedStatus |
| Beacon paired status
Allowed values: |
vehicle | Vehicle paired to the beacon ( | |
user | User informations |
Vehicle
Field | Type | Description |
---|---|---|
id |
| Vehicle unique identifier |
name |
| Vehicle name |
detectionMode |
| Detection mode
Allowed values: |
creationDate |
| Creation date
Date format: |
beaconIdentifier | Beacon paired to the vehicle | |
beaconPairingDate |
| Beacon pairing date |
BeaconIdentifier
Field | Type | Description |
---|---|---|
proximityUuid |
| Beacon proximity UUID |
major |
| Beacon major |
minor |
| Beacon minor |
User
Field | Type | Description |
---|---|---|
id |
| User unique identifier |
firstname |
| User firstname |
lastname |
| User lastname |
Last updated