---
title: "Unique Object Count with locations for a given Place. The data from multiple sensors are processed to estimate an approximate number of Objects / Persons and their locations in a given place"
method: GET
path: "/tracker/unique-object-count-with-locations"
tags: ["tracker"]
---

# Unique Object Count with locations for a given Place. The data from multiple sensors are processed to estimate an approximate number of Objects / Persons and their locations in a given place

`GET /tracker/unique-object-count-with-locations`

## Query parameters

- `place` string, required
- `timestamp` string, date-time
- `timeWindowInMs` integer
- `amrTimestampWindowInMs` integer
- `amrWithoutRtlsMinTimestampThresholdInMs` integer
- `amrRouteMinTimestampThresholdInMs` integer
- `amrRouteMaxTimestampThresholdInMs` integer

## Response `200`

Successful Operation.

- UniqueObjectCountWithLocations
  - `place` string, required
  - `timestamp` string, date-time, required
  - `objectCounts` object[], required
    - `type` string, required
    - `count` integer, required
  - `locationsOfObjects` object[], required
    - `id` string, required
    - `locations` array[], required
      - number[]
    - `type` string, required
  - `events` object[]
    - `objectId` string, required
    - `objectType` string, required
    - `currentRoute` Location[], required
      - number[]
    - `newRoute` Location[], required
      - number[]
    - `blockages` object[], required
      - `center` string, required — center is represented using WKT format of Point
      - `radius` number, double, required

## Other responses

- `400` — Bad Request. This response will be sent if any of the required params are not present or if extra params are passed. It will also be sent if parameter dependencies (mentioned in parameter descriptions) are not satisfied.
- `404` — Resource Not Found
- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

[API](https://skmtc.net/nvidia/apis/vss-video-analytics-apis.md) · [All operations](https://skmtc.net/nvidia/apis/vss-video-analytics-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nvidia/vss-video-analytics-apis/versions/0ff2b2f41244/schema)
