The GetStaticTableGroupQuestionAnswer() command returns the
answer to a question within a table group, for the given formID, table group alias, static
column alias and question alias, and returns other information which may be
useful.
Table 1. Parameters| Parameter | Type | Max Length | Required | Description |
|---|
|
apiToken
|
string
| 20 | Y |
Your API security token configured in Field View.
|
|
formId
|
string
| 20 | Y |
The unique ID of the form.
|
|
tableGroupAlias
|
string
| 100 | Y |
The table group alias, in the form, you wish to retrieve the answer for.
|
|
rowAlias
|
string
| 100 | Y |
The row alias, within the table group in the form, you wish to retrieve the answer for.
|
|
columnAlias
|
string
| 100 | Y |
The question alias, within the table group in the form, you wish to retrieve the answer for.
|
Table 2. Returns| Field | Type | Description |
|---|
|
FormAnswerInformation
|
FormAnswerInformation
| Form answer information structure. |
<FormAnswerResponse>
<Status>
SUCCESS
<Message>Success.</Message>
</Status>
<FormAnswerInformation>
<FormAnswerID></FormAnswerID>
<FormTemplateID></FormTemplateID>
<QuestionType></QuestionType>
<DataType></DataType>
<Question></Question>
<Answer></Answer>
<AnsweredBy></AnsweredBy>
<AnsweredDateTime></AnsweredDateTime>
<HasActions></HasActions>
<HasImages></HasImages>
<HasComments></HasComments>
<HasDocuments></HasDocuments>
</FormAnswerInformation>
</FormdAnswerResponse>