List custom field value records across your account in the Terminal49 API, with filters for definition slug, target resource type, and resource ID.
Use this endpoint to retrieve custom field values attached to your shipments and containers. Custom fields let you store additional metadata on entities to support your business workflows.Documentation Index
Fetch the complete documentation index at: https://terminal49.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
| Filter | Description |
|---|---|
filter[entity_type] | Filter by entity type (Shipment or Cargo) |
filter[entity_id] | Filter by the ID of the shipment or container |
filter[definition_id] | Filter by custom field definition ID |
value - The raw stored valuedisplay_value - Formatted value for display (e.g., formatted numbers, date strings, enum labels)Token YOUR_API_TOKEN
The APIs require authentication to be done using header-based API Key and Secret Authentication.
API key and secret are sent va the Authorization request header.
You send your API key and secret in the following way:
Authorization: Token YOUR_API_KEY
Filter by entity type (Shipment or Cargo)
Filter by entity ID
Filter by custom field definition ID