Returns the current cumulative inbound and outbound counts for defined counting lines. Sample Response:

Note: endpoint paths and field names vary by Xovis model and firmware. Replace host with your device or gateway address.

Polling an API every minute is inefficient. The Xovis documentation describes webhooks. You configure XCS to send an HTTP POST to your server only when an event occurs (e.g., queue exceeds 10 people or occupancy hits 90%).

"zoneId": "entrance_a", "name": "Main Entrance", "current_people": 47, "capacity": 100, "utilization_percentage": 47.0, "status": "normal"

Xovis Api: Documentation

Returns the current cumulative inbound and outbound counts for defined counting lines. Sample Response:

Note: endpoint paths and field names vary by Xovis model and firmware. Replace host with your device or gateway address. xovis api documentation

Polling an API every minute is inefficient. The Xovis documentation describes webhooks. You configure XCS to send an HTTP POST to your server only when an event occurs (e.g., queue exceeds 10 people or occupancy hits 90%). Returns the current cumulative inbound and outbound counts

"zoneId": "entrance_a", "name": "Main Entrance", "current_people": 47, "capacity": 100, "utilization_percentage": 47.0, "status": "normal" "name": "Main Entrance"