Pareto features two types of APIs which address the typical application data needs of either push or pull?
The WebSocket API pushes every event from Pareto to the client in real-time. This is suited to applications which:
The REST API allows the client to query the current state on demand. This is suited to applications which:
Follow the links below for documentation specific to the RTLS and Contextual APIs.
Websocket: Consume Pareto's real-time stream of contextual events either server-side or client-side.
Read documentationRTLS: Query real-time location and sensor data via REST.
Read documentationContextual: Query real-time location and associated contextual metadata via REST.
Read documentation