| Name | Description | Type | Additional information | Nullable |
|---|---|---|---|---|
| QuestionId |
Question ID. |
globally unique identifier |
None |
True |
| BaseQuestionId |
Base question ID. This ID is shared between questions over questionnaires. |
integer |
None |
False |
| QuestionDescription |
Dutch description of the question. |
string |
None |
False |
| Topic |
Answer topic. |
string |
None |
False |
| Subtopic |
Answer subtopic. |
string |
None |
False |
| PageRepetition |
Page repetition. |
integer |
None |
True |
| SectionRepetition |
Section repetition. |
integer |
None |
True |
| QuestionText |
Question text. |
string |
None |
False |
| IsEncrypted | boolean |
None |
False | |
| CertificateThumbprint |
Contains the certificate thumbprint if answer is encrypted. |
string |
None |
False |
| EncryptionKey |
Contains the encryption key if answer is encrypted. This key is encrypted and can be decrypted with the certificate thumbprint. |
string |
None |
False |
| 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 |