API
Blue Operation API
APIDoc BlueOperation
, provides a comprehensive API
used to provide the user with location data, sensor data and other metadata related to indoor positioning, such as building information, floor plans and zones. An overview of the communication architecture can be found in the figure below.

There are three connectors for accessing location data on the server through the API.
-REST → Provides all available metadata information and positioning data. It can be used to access static and historical data such as information about Buildings, Floor Plans, Labels, Anchors, etc. It is the only connector that can retrieve static data from the database.

-Web Sockets → Used in applications where real-time positioning acquisition is required. Web Sockets can only provide positioning data. Please use the REST connector to access historical data.

-UDP → Used where Tags with very fast refresh intervals are used. The UDP stream can only provide positioning data. Please use the REST connector to access historical data.
