---
title: "GET /lprVehicleLists:listFieldValues"
method: GET
path: "/lprVehicleLists:listFieldValues"
tags: ["LPR Vehicle Lists"]
---

# GET /lprVehicleLists:listFieldValues

`GET /lprVehicleLists:listFieldValues`

Fetches the list of field values including possible values for each key in userData.

## Response `200`

Possible values of each field

- object
  - `accessType` AccessType1[]
  - `userData` object — List of possible values for keys in user supplied data.
  - `userTags` string[] — List of possible values for userTags.
  - `actor` Actor[] — List of actors referenced by all lists collectively
    - `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
  - `securityStatus` SecurityStatus[] — List of the distinct security statuses present across all the vehicle lists for this account.

## 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)
