Xovis Api Documentation

Since Xovis deals with passenger counting, queue management, and flow analytics, the API focuses heavily on retrieving metrics and understanding sensor status.

: The API supports remote configuration, status monitoring (using combined /info and /info/status endpoints), and health checks like is_alive? to ensure system reliability. xovis api documentation

| Method | Endpoint Example | Description | | :--- | :--- | :--- | | | /api/v3/count | Retrieves aggregated count data for a specific time range. | | GET | /api/v3/status | Returns the operational status of the sensor. | | GET | /api/v3/zones | Lists all configured counting zones and their IDs. | | GET | /api/v3/occupancy | Returns current occupancy levels for defined zones. | Since Xovis deals with passenger counting, queue management,

Sensors feature a REST API that allows for direct control of sensor functions and the retrieval of processed retail or transportation analytics. | Method | Endpoint Example | Description |

Note: Xovis uses a versioned API path (e.g., /v3/ ) to ensure backward compatibility.