Name | Description | Type | Additional information | Nullable |
---|---|---|---|---|
BaseQuestionId |
The answered question's Id. |
integer |
Required |
False |
IsNotApplicableSelected |
True if customer chose the not applicable option. |
boolean |
None |
True |
Text |
Answer of the customer for an open question. This field will be null for a scale position answer (e.g. NPS score). |
string |
None |
False |
SelectedScalePositions |
A list of the selected scale positions. Is null when the question has no scale (e.g. an open question). |
Collection of ScalePosition |
None |
False |
DateAnswered |
The time and date of the answer. Can be null if not answered. |
date |
None |
True |
FileAnswers |
A list containing uploaded files. |
Collection of FileAnswer |
None |
False |
PageRepetition |
Page repetition. |
integer |
None |
True |
SectionRepetition |
Section repetition. |
integer |
None |
True |