Download OpenAPI specification:Download
ExtremeLocation Calibration service APIs allow you to programmatically access and manage calibration data for both sensor and zone calibration.
Stops the calibration of the floor. The parameter required are as follows.
siteId : Site Identifier.
clientId : Primary device MAC.
floorId : Floor Identifier.
Authorization | string Anauthorization header. |
Client floor and site for which the calibration is started.
siteId | string |
clientId | string |
floorId | string |
Calibration stopped for given floor.
Page Not found
Invalid input
Stops Zone Calibration for a floor.
Authorization | string An authorization header |
Client, floor, and site for which the calibration is started.
siteId | string |
clientId | string |
floorId | string |
Stopped zone calibration for floor
Error while stopping calibration for floor
Stops the calibration for a sensor zone. The parameters required are as follows.
siteId : Site Identifier.
clientId : Primary device MAC.
floorId : Floor Identifier.
Authorization | string |
Client floor and site for which the calibration is started.
siteId | string |
clientId | string |
floorId | string |
Sensor zone calibration stopped successfully.
Error while stopping the calibration.
Invalid input.
siteId required | string siteId |
clientId required | string clientId |
floorId required | string floorId |
Bad Request
Sites not found
Internal Server Error
Saves the location coordinates for which the data (feeds from sensors) will be collected. The parameters required are as follows.
locX : X coordinate of the point in the floor.
locY : Y coordinate of the point in the floor.
siteId : Site Identifier.
clientId : Primary device MAC.
floorId : Floor Identifier.
Location for which the data collection is started
locX | number <float> |
locY | number <float> |
siteId | string |
clientId | string |
floorId | string |
Data saved successfully
Page not found
Invalid ID supplied
Starts the calibration for a floor. The service supports calibration with 2 devices, one for each band (2.4 and 5 ). In this case you need select one device as primary and all the communication to the server will be through the primary device.
* The parameters required are as follows.
secClientId : Client ID of the device which is used as secondary device.
wifiBand : Wi fi band for which the calibration is being done. Needed only if it is doing for one band.
siteId : Site identifier.
clientId : Primary device MAC.
floorId : Floor identifier.
Authorization | string An authorization header. |
Client and floor for which the calibration is started
secClientId | string |
wifiBand | string |
siteId | string |
clientId | string |
floorId | string |
Calibration started successfully.
Page not found.
Invalid input.
Starts the calibration for a sensor zone. The parameters are as follows.
siteId : Site Identifier.
clientId : Primary MAC id.
floorId : Floor Identifier.
AP : Sensor MAC of the zone sensor.
Authorization | string An authorization key. |
Client, floor, and access point for which the calibration is started
siteId | string |
clientId | string |
floorId | string |
AP | string |
Sensor zone calibration started successfully.
Error starting calibration.
Starts the zone calibration for a floor. The calibration can be done with multiple devices, in that case one device will be selected as the primary device and all the communication with the server will be through primary device.
The parameters required are as follows.
siteId : Site Identifier.
priClient : MAC of the primary client id.
clientList : MAC IDs of all the devices which will be used for calibration.
floorId : Floor Identifier.
Authorization | string An authorization header. |
Client and floor for which the zone calibration is started.
siteId | string |
priClient | string |
clientList | Array of strings |
floorId | string |
Started zone calibration succesfully.
Page not found.
Invalid input.
API to save calibration marker data during ADSP data migration.
JSON object containing calibration data
Data saved successfully.
Internal Server Error.
This API returns all calibrated points with details of percentage of data collected by each sensor
siteId required | string siteId |
floorId required | string floorId |
clientId required | string clientId |
Authorization | string An authorization key |
Bad Request
Sites not found
Internal Server Error
This API returns percentage of data collected by different sensors at a given marker
site required | string site |
floor required | string floor |
client required | string client |
locX required | number <float> locX |
locY required | number <float> locY |
Authorization | string |
Data retrived successfully.
Page not found
Processing error.
This API returns percentage of data collected by different sensor for the current calibration point
data required | string input |
Authorization | string An authorization key |
Data retrived successfully
Page not found
Processing error
siteId required | string siteId |
floorId required | string floorId |
clientId required | string clientId |
Authorization | string An authorization header |
Bad Request
Sites not found
Internal Server Error
siteId required | string siteId |
floorId required | string floorId |
client required | string client |
ap required | string AP |
Authorization | string An authorization key |
Bad Request
Sites not found
Internal Server Error
siteId required | string siteId |
floorId required | string floorId |
clientId required | string clientId |
Authorization | string An authorization key |
Bad Request
Sites not found
Internal Server Error