---
title: "GET /lprEvents:listFieldValues"
method: GET
path: "/lprEvents:listFieldValues"
tags: ["LPR Events"]
---

# GET /lprEvents:listFieldValues

`GET /lprEvents:listFieldValues`

Fetches all of the possible values for each of the fields that can be used to filter LPR events.

## Response `200`

Success, lists field values as populated in the events.

- LprFieldsData
  - `actor` Actor[], required — List of all actor Ids that have contributed to lpr events, typically refers to camera ESNs, locations
    - `id` string — The id of the thing that caused the event This can be camera or location ID. If not supplied for any entry in the array, it is taken to mean as the entire account.
    - `type` 'camera' | 'location', required — Type of actor that caused the event.
    - `name` string — User-defined name for the actor
  - `color` object[], required
    - `display` string — Value to be used for presenting in UI
    - `value` 'black' | 'blue' | 'brown' | 'gold-beige' | 'green' | 'gray' | 'silver' | 'silver-gray' | 'orange' | 'pink' | 'purple' | 'red' | 'white' | 'yellow', required — Enumerations of standard colors for vehicles.
  - `make` object[], required
    - `display` string — Value to be used for presenting in UI
    - `value` string, required — Value to be used for backend processing
  - `model` object[], required
    - `display` string — Value to be used for presenting in UI
    - `value` string, required — Value to be used for backend processing
  - `plateRegion` object[], required
    - `display` string — Value to be used for presenting in UI
    - `value` string, required — Value to be used for backend processing
  - `direction` object[], required
    - `display` string — Value to be used for presenting in UI
    - `value` 'entry' | 'exit', required — Value to be used for backend processing
  - `accessType` object[], required
    - `display` string — Value to be used for presenting in UI
    - `value` 'allow' | 'deny' | 'null', required — Value to be used for backend processing
  - `bodyType` object[], required
    - `display` string — Value to be used for presenting in UI
    - `value` string, required — Value to be used for backend processing
  - `insightType` object[], required
    - `display` string — Value to be used for presenting in UI
    - `value` string, required — Value to be used for backend processing
  - `userTags` object[], required
    - `display` string — Value to be used for presenting in UI
    - `value` string, required — Value to be used for backend processing

## Other responses

- `401` — You are not authenticated. Please authenticate and try again.
- `403` — You have no permission to access the specified resource.
- `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/revisions/df57313de545/schema)
