v1

latestOpenAPI 3.0.3Apache 2.02026-07-175678720.5 KB
metrics

Get the count of different object types at a given place and timestamp

get/metrics/occupancy/tracker

Query parameters

placestring required
timestampstring date-time required
timeWindowInMsinteger

Time window in milliseconds

Response

Successful Operation.

Example response

{
  "trackerOccupancy": [
    {
      "type": "Person"
    }
  ]
}