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.
proximityuuid
string
Beacon proximity UUID
major
int
Beacon major
minor
int
Beacon minor
Response
The table below summarizes the list of beacon configuration parameters.
pairedStatus
string
Beacon paired status
Allowed values: PAIRED
, FREE
vehicle
Vehicle paired to the beacon (null
if the beacon is not paired)
user
User informations
Vehicle
id
string
Vehicle unique identifier
name
string
Vehicle name
detectionMode
string
Detection mode
Allowed values: DISABLED
, GPS
, BEACON
, BLUETOOTH
creationDate
date
Creation date
Date format: YYYY-MM-dd’T’HH:mm:ss.SSSZ
beaconIdentifier
Beacon paired to the vehicle
beaconPairingDate
date
Beacon pairing date
BeaconIdentifier
proximityUuid
string
Beacon proximity UUID
major
int
Beacon major
minor
int
Beacon minor
User
id
string
User unique identifier
firstname
string
User firstname
lastname
string
User lastname
Last updated