Get list of transaction custom fields

Get a list of custom field objects applied to an existing transaction.

Path Params
string
required
length ≥ 1

BILL-generated ID or UUID of the transaction

Query Params
string | null

Field name, operator, and value. You can set multiple filters.

The format is filters={field_01}:{op}:{value},{field_02}:{op}:{value}.

Example: filters=customFieldIds:in:"abc,def"

The filterable fields are:

  • customFieldIds - List of string IDs or UUIDs. Operators: eq, in.
Headers
string | null

Access token for Spend & Expense API authentication

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json