FormTableGroupResponse
The FormTableGroupResponse parameters are returned by certain APIs.
Parameter | Type | Max Length | Allow NULL | Description |
---|---|---|---|---|
FormTemplateID | integer | The unique ID of the form template question. | ||
QuestionType | string | 100 | The question type. See List Of Question Types. Some questions are not available within a table group. | |
DataType | string | 20 | The type of data that the answer contains. See List Of Question Types for examples. | |
Question | string | 200 | The name of the question. | |
Alias | string | 100 | The alias to the form template question. The alias is unique within the form only, and also spans the versions. The same question can appear in more than 1 table group, but the alias to the question will be unique. | |
SortOrder | integer | The column sort order within the table group. |
Parameter | Type | Max Length | Allow NULL | Description |
---|---|---|---|---|
ID | string | The unique ID of the table group row. This is only available for static tables. | ||
FormAnswerLinkID | string | The form answer link ID of the table group row. This ID can be used, in the future, to retrieve the actions, images, comments or documents associated with the table group row. | ||
FormAnswerLinkDate | DateTime | The form answer link date. Dynamic table answers will be ordered by this value. This is only available for dynamic tables. | ||
SortOrder | integer | The column sort order within the table group. This is only available for static tables. | ||
CheckItem | string | The static column name of the table group row. This is only available for static tables. | ||
Answers | The answers to the questions specific to this table group. See note below. | |||
AnsweredBy | string | The name of the person that answered any table group row question first. | ||
AnsweredDateTime | DateTime | Y | The date and time when the table group rows first answer was recorded. | |
HasActions | boolean | Does the table group row have any associated actions attached? | ||
HasImages | boolean | Does the table group row have any associated images attached? | ||
HasComments | boolean | Does the table group row have any associated comments attached? | ||
HasDocuments | boolean | Does the table group row have any associated comments attached? |