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

# GET /lprVehicleLists:listFields

`GET /lprVehicleLists:listFields`

Fetches all available fields in vehicle Lists for this account. Specifically, using this API, the user may:
  * Obtain the list of fields for ordered display of vehicle records, wherein each field is a column.
  * Obtain the possible values for some or all of the fields for search queries.
  * Understand user defined fields in the records of vehicle Lists, which is a dynamic set.

## Response `200`

List of all fields

- object[]
  - `name` string — User friendly Displayable name of the field
  - `key` string, required — The actual field
  - `valueRange` 'fixed' | 'unlimited' — Indicates whether the possible values for this field is static or unbounded

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