Get a Vehicle's Custom Fields
GET/vehicles/:registration/custom-fields
Returns the typed custom field definitions and values configured for this vehicle's company. Returns an empty list if no custom fields have been configured yet — see GET /settings/vehicles/custom-fields to check what's configured, and POST /settings/vehicles/custom-fields to create one (custom fields must be configured at the account level before any vehicle can have a value for them).
Request
Responses
- 200
- 401
- 403
- 404
- 500
Successful operation
Unauthorized access. Authentication is required.
Access is forbidden. The user does not have permission to access this resource.
The requested resource was not found.
Internal server error.