Download OpenAPI specification:Download
ExtremeLocation Heatmap APIs allow you to programmatically generate different types of heatmaps and grid data for the specified parameters.
Generate grid data for the specified parameters.
Authorization | string An authorization header |
Site, floor, and band details with grid parameters.
siteParams | object (SiteParamsBean) |
gridParams | object (GridParamsBean) |
Grid generated successfully
Error generating grid. Invalid input.
Generates and returns the heat map for the specified parameters in base 64 encoded format. There are different types of heat maps based on the map type mentioned in request.
(a). mapType : RSSI
This will generate a heat map with the data collected for RTLS calibration. It will indicate the regions with green and red � green for regions with complete data and red for regions with not enough data. (Complete data means, we should have 8 feeds each from at least 4 sensors at that given point).
(b). mapType: CLIENT_DENSITY
This will generate a heat map based on the client density on that point. It will indicate regions with blue, green and red; Blue for regions with minimum density and red for maximum density.
CLIENT_DENSITY map can also be generated based on client type : Visitors, Assets and Associates.
(c). mapType: CLIENT_DWELL_TIME
This will generate a heat map based on clients' dwell time at each point . It will indicate regions with blue, green and red; Blue for regions with minimum dwell time and red for maximum dwell time.
CLIENT_DWELL_TIME map can also be generated based on client type : Visitors, Assets, and Associates.
Authorization | string An authorization header. |
Site,floor, and band details with grid parameters.
siteParams | object (SiteParamsBean) |
heatMapParams | object (HeatMapParams) |
Heatmap generated successfully
Failed to generate heatmap