Direkt zum Inhalt

GetSimplePredefinedAnswerGroupItems()

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

The GetSimplePredefinedAnswerGroupItems() command returns items in the predefined list specified.

  • Quota: 2
Note: This will only return for flat (not hierarchical) lists.
Table 1. Parameters
ParameterTypeMax LengthRequiredDescription
apiTokenstring20YYour API security token configured in Field View.
predefinedAnswerGroupIdintYThe unique ID of the group.
projectidintNThe projectid returns items against no project and the specified project (optional - will return for all projects if not specified).
Table 2. Returns
FieldTypeDescription
SimplePredefinedAnswerItemInformation SimplePredefinedAnswerItemInformation Simple predefined answer item structure.
Example Header
   <FormResponse>
       <Status>
           SUCCESS
           <Message>Success.</Message>
       </Status>
       <PredefinedAnswerGroupItems>
           <SimplePredefinedAnswerItemInformation>
                <PredefinedAnswerId></PredefinedAnswerId>
                <Description></Description>
                <Weight></Weight>
                <Score></Score>
                <ProjectId></ProjectId>
                <Active></Active>
                <SortOrder></SortOrder>
           </SimplePredefinedAnswerItemInformation>
       </PredefinedAnswerGroupItems>
   </FormResponse>
Absenden

Table of Contents