| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
Id. |
integer |
- |
| QuestionGuid |
Guid of the question. |
globally unique identifier |
- |
| AnswerText |
Answer for QuestionTypes 'Text', 'Memo', 'Time'. |
string |
- |
| AnswerNumber |
Answer for QuestionType 'Number'. |
decimal number |
Nullable |
| AnswerDateTime |
Answer for QuestionType 'Date'. |
date |
Nullable |
| AnswerRelationIds |
Answer for QuestionTypes 'ClientSelection', 'EmployeeSelection'. |
Collection of integer |
- |
| AnswerRelationCorrelationIds |
Answer for QuestionType 'CorrelationSelection'. |
Collection of integer |
- |
| AnswerOrganizationEntityIds |
Answer for QuestionType 'OrganizationEntitySelection'. |
Collection of integer |
- |
| SelectedAnswerPossibilityGuids |
Answer for QuestionTypes 'MultipleChoice', 'Choice', 'Radio', 'YesNo', 'TrackBar'. |
Collection of globally unique identifier |
- |
| Explanation |
Explanation for the given answer. |
string |
- |