Custom fields

This API returns a list of all custom fields you have configured in your company. You'll get information on the type of field, the name and description, and whether or not it is a compulsory field.

You won't get any details about the products the custom fields are associated with; for this you'll need to use the Get Product details API to find out which product uses which custom field.

Returned Variables

Variable nameDescription
customFieldIdThe unique ID of the custom field in Billsby
typeThe type of custom field, e.g. single line text, dropdown, checkboxes, etc.
labelThe name of the custom field
descriptionThe description of the custom field
optionsThe options available for some types of custom fields, i.e. dropdown, checkboxes
compulsoryIs the field compulsory:

true
false
Language
Authorization
Header
Click Try It! to start a request and see the response here!