FormAnswerInformation
The FormAnswerInformation parameters are returned by certain APIs.
Parameter | Type | Max Length | Allow NULL | Description |
---|---|---|---|---|
FormAnswerID | string | 20 | The unique ID of the answer. | |
FormTemplateID | integer | The unique ID of the form template. | ||
QuestionType | string | 100 | The question type. See List Of Question Types. | |
DataType | string | 20 | The type of data that the answer contains. See List Of Question Types for examples. | |
Question | string | 200 | The question. | |
Answer | string | 8000 | The answer to the question. | |
AnsweredBy | string | 20 | The name of the person that answered the question. | |
AnsweredDateTime | DateTime | Y | The date and time when the answer was recorded. | |
HasActions | boolean | Does the answer, to the question, have any associated actions attached? | ||
HasImages | boolean | Does the answer, to the question, have any associated images attached? | ||
HasComments | boolean | Does the answer, to the question, have any associated comments attached? | ||
HasDocuments | boolean | Does the answer, to the question, have any associated documents attached? |