Feature Stats

Feature Stats provide statistics about regions in real time such as occupancy and dwell time.

You can get statistics for a region with:

GET /v2/featureStats/{regionId}

The statistics available are:

NameTypeDescription
occupancyNumberThe number of devices currently in the region
maxOccupancyNumberThe maximum number of devices in the region in the past hour
attendanceNumberThe number of devices that have visited the region in the last hour
dwellTimeStringThe average dwell time of devices that have left the region in the last 10 minutes
flowInNumberThe number of devices that have entered the region in the last hour
flowOutNumberThe number of devices that have exited the region in the last hour
densityNumberThe number of metres squared per person

The values can be automatically scaled if scaling is available by adding a query parameter:

-d scaled=true