Custom fields response

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

You can use this API to lookup the answer that customers gave to questions for custom fields associated with a particular product. If you don't know a customers product ID, you can look it up using the customer subscriptions API, and then call this API in sequence if necessary.

This API uses only Customer and Product IDs as parameters but as each Customer ID can only hold one subscription, responses will be specific to only one subscription.

You'll need to use this API to return the custom field response ID if you want to use the Update customer response API.

Returned variables

Variable nameDescription
customFieldResponseIdThe unique identifier for an individual customers response to a question
customFieldIdThe unique identifier of the custom field
typeThe type of custom field; SingleLineTextField = 0, MultiLineTextField = 1, CheckboxField = 2, DatePickerField = 3, NumbersField = 4, DropdownField = 5
labelTitle of the custom field
descriptionDescription of the custom field
optionsA comma separated list of option titles for DropdownField type
compulsoryIs the custom field compulsory; true or false
valueThe customer response to the custom field
Path Params
string
required

Your companies Billsby subdomain - for example, if you login at widgets.billsby.com, your companyDomain is widgets

Query Params
int32

The unique identifier of the product in the Billsby platform

string

The unique identifier of the customer in the Billsby platform

Responses

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