Direkt zum Inhalt

GetStaticTableGroupRow()

Modified: 31 Mai 2026 Viewpoint Field View Developer / API Help

The GetStaticTableGroupRow() command returns a table group row, questions and answers within a form, and other information which may be useful.

  • Quota: 2
Table 1. Parameters
ParameterTypeMax LengthRequiredDescription
apiToken string 20Y Your API security token configured in Field View.
formId string 20Y The unique ID of the form.
tableGroupAlias string 100Y The table group alias, in the form, you wish to retrieve the answer for.
rowAlias string 100Y The row alias, within the table group in the form, you wish to retrieve the answer for.
Table 2. Returns
FieldTypeDescription
FormTableGroupResponse FormTableGroupResponse Form table group response. Contains the questions and the answers.

   <FormTableGroupResponse>
       <Status>
           SUCCESS
           <Message>Success.</Message>
       </Status>
       <Questions>
           <FormTemplateID></FormTemplateID>
           <QuestionType></QuestionType>
           <DataType></DataType>
           <Question></Question>
           <Alias></Alias>
           <SortOrder></SortOrder>
       </Questions>
       <Answers>
           <ID></ID>
           <FormAnswerLinkID></FormAnswerLinkID>
           <SortOrder></SortOrder>
           ..........
           ..........
           <AnsweredBy></AnsweredBy>
           <AnsweredDateTime></AnsweredDateTime>
           <HasActions></HasActions>
           <HasImages></HasImages>
           <HasComments></HasComments>
           <HasDocuments></HasDocuments>
       </Answers>
   </FormTableGroupResponse>

Absenden

Table of Contents