Custom Fields
Orders API
Custom Fields
GET /api/v1/order-fields
GET
Custom Fields
Each workspace configures its own custom fields on orders. Call this endpoint to discover the field schema before creating orders.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.
Response
The built-in fields every order supports (
order_number, due_date).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
Field types
| Type | Value format |
|---|---|
text, paragraph | String |
date | YYYY-MM-DD string |
dropdown | One of the options strings |
multiselect | Array of options strings |
company, people | The entity’s numeric id |

