List tracking request custom fields
Tracking Requests
List tracking request custom fields
List every custom field value attached to a tracking request in the Terminal49 API, including the api_slug, current value, and resolved option for enum fields.
GET
List tracking request custom fields
Lists all custom fields attached to a specific tracking request.
Path parameters
| Parameter | Required | Description |
|---|---|---|
tracking_request_id | Yes | The ID of the tracking request |
Authorization
Requiresshow permission on the tracking request.
Response
Returns a JSONAPI array of custom field resources including:value- The raw stored valuedisplay_value- Formatted value for display- Relationships to the definition and user who last updated the field
Authorizations
Use a Terminal49 API key in the Authorization header with the Token prefix.
Authorization: Token YOUR_API_KEY
Path Parameters
Tracking request ID