| Name | Description | Type | Additional information | Nullable |
|---|---|---|---|---|
| Id | globally unique identifier |
None |
False | |
| BaseQuestionId | integer |
None |
False | |
| Type | string |
None |
False | |
| Content |
HTML content. |
string |
None |
False |
| Description | string |
None |
False | |
| Scale |
For questions with an answer selection. Contains the selectable scale positions. |
Scale |
None |
False |
| Order |
Order of the question relative to other questions on the page. |
integer |
None |
False |
| VerticalOrientation |
Determindes if the orientation of the scale positions should be vertical. |
boolean |
None |
False |
| Text |
The text containing the actual question. |
string |
None |
False |
| ScaleBehavior |
Determines the appereance of the answer field (e.g. dropdown). |
string |
None |
False |
| CustomerDataColumnId |
If the customerdatacolumnid contains a value, the answer to this question is expected in the customer data collection. |
integer |
None |
True |
| Required |
Determines if an answer to this question is required. |
boolean |
None |
False |
| IsArchived |
Determines if an answer is archived. |
boolean |
None |
False |