List Your Custom Field Definitions
GET/settings/vehicles/custom-fields
See every custom field configured for your account — its name, data type, and whether a value is required. Custom fields let you track information Cartrack doesn't collect out of the box: a cost centre code, a compliance reference number, a maintenance contract ID, whatever your operation needs.
A definition here is shared across your whole fleet, not tied to one vehicle — create it once and every vehicle can then be given its own value for it. To read or set the actual value for a specific vehicle, use GET/PUT /vehicles/{registration}/custom-fields.
Responses
- 200
- 401
- 403
- 500
Successful operation
Unauthorized access. Authentication is required.
Access is forbidden. The user does not have permission to access this resource.
Internal server error.