---
title: "GET all vehicle custom fields"
method: GET
path: "/v1/customFields/vehicles"
tags: ["Custom fields"]
---

# GET all vehicle custom fields

`GET /v1/customFields/vehicles`

Return all the custom fields (user-defined fields) associated with vehicles. New custom fields can be defined for vehicles through the Avrios UI.

## Response `200`

Successful operation.

- CustomFieldDto[]
  - `uuid` string, uuid
  - `name` string
  - `identifier` string
  - `type` 'TEXT' | 'DATE' | 'BOOLEAN' | 'INTEGER' | 'DECIMAL' | 'MONETARY_AMOUNT'
  - `category` CustomFieldCategoryDto
    - `uuid` string, uuid
    - `name` string

---

[API](https://skmtc.net/avrios/apis/fleet-api-specifications.md) · [All operations](https://skmtc.net/avrios/apis/fleet-api-specifications/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/avrios/fleet-api-specifications/revisions/78fc4b609513/schema)
