For AI agents: visit https://docs.helix.q2.com/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
An onboarding question
Property | Data Type (length) | Description |
|---|
answerDate
| datetime | For a question with an answerType of Text, this is the date and time the question was answered |
answerType
| enum | Valid values:
Single-Select: Only one of the selectedChoices should be returned as the answer.
Multi-Select: One or more of the listed choices can be returned as the selectedChoice via the /customer/answerPost endpoint.
Text: The response should be freeform text with a max length of answerMaxLength.
|
choices
| array | An array of dueDiligenceChoice objects |
questionDescription
| string | |
questionId
| long integer (64-bit integer) | Helix-assigned unique ID for the question |
questionName
| string | |
questionOrder
| | |