Get custom field definitions
Custom Fields
Get custom field definitions
List the custom field definitions configured for invoices, including their id, key, type and — for select and multi-select fields — their available options. Use the returned id or key to address a field when writing to an invoice’s custom fields.
GET
Get custom field definitions
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Include archived definitions. Defaults to false.
Response
200 - application/json
Available options:
INVOICE, AR_INVOICE, COUNTERPARTY Available options:
NUMBER, STRING, SELECT, MULTI_SELECT, CHECKBOX 
