---
title: "GET /videoAnalyticEvents:listObjectValues"
method: GET
path: "/videoAnalyticEvents:listObjectValues"
tags: ["Video Analytics Events"]
---

# GET /videoAnalyticEvents:listObjectValues

`GET /videoAnalyticEvents:listObjectValues`

Fetches available deep search filter attribute values for a given filter based on events matching the input filters.
The `include` parameter is used to indicate what filter the attribute values should be returned for.

## Query parameters

- `timestamp__gte` string, date-time
- `timestamp__lte` string, date-time
- `actor` string[]
- `layoutId__in` string[]
- `tags__any` string[]
- `roiName__in` ROIGenericName[]
- `creatorId__in` EventCreatorId[]
- `eventType__in` EventType[]
- `include` string[]

## Response `200`

List of values for each of the attributes of the selected object class that matches the search criteria

- object
  - `filter.personAttributes.v1` PersonAttributeList — List of all available options for lowerbody clothing color attribute of person
    - `gender` PersonGenderDefinitions[]
    - `upperBodyClothingColor` PersonUbcColorDefinitions[]
    - `lowerBodyClothingColor` PersonLbcColorDefinitions[]
  - `filter.vehicleAttributes.v1` VehicleAttributeList — List of all available options for standard color of vehicles
    - `bodyType` VehicleBodyTypeDefinitions[]
    - `make` VehicleMakeDefinitions[]
    - `color` VehicleColorDefinitions[]
  - `filter.customLabels.v1` CustomLabelsAttributeList — List of all available options for custom labels.
    - `label` string[]

## Other responses

- `400` — The supplied object is invalid. Error detail will contain the validation error.
- `401` — You are not authenticated. Please authenticate and try again.
- `403` — You have no permission to access the specified resource.
- `404` — Referenced resource could not be found.
- `500` — Something went wrong in the server. Please try again.

---

[API](https://skmtc.net/eagleeyenetworks/apis/devices.md) · [All operations](https://skmtc.net/eagleeyenetworks/apis/devices/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/eagleeyenetworks/devices/versions/df57313de545/schema)
