Skip to main content
GET
/
api
/
v1
/
order-fields
Custom Fields
curl --request GET \
  --url https://api.example.com/api/v1/order-fields
{
  "core_fields": [
    {}
  ],
  "custom_fields": [
    {}
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.titletrackr.com/llms.txt

Use this file to discover all available pages before exploring further.

Each workspace configures its own custom fields on orders. Call this endpoint to discover the field schema before creating orders.

Response

core_fields
array
The built-in fields every order supports (order_number, due_date).
custom_fields
array
Your workspace’s active custom fields. Each has a key (use this in the custom_fields object when creating an order), label, type, required flag, and options (for select-type fields).

Example

curl https://api.titletrackr.com/api/v1/order-fields \
  -H "Authorization: Bearer ttr_live_xxx" \
  -H "Accept: application/json"

Field types

TypeValue format
text, paragraphString
dateYYYY-MM-DD string
dropdownOne of the options strings
multiselectArray of options strings
company, peopleThe entity’s numeric id