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"
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.