GetSimplePredefinedAnswerGroupItems()
The GetSimplePredefinedAnswerGroupItems() command returns items in the predefined list specified.
|
Parameter | Type | Max Length | Required | Description |
---|---|---|---|---|
apiToken | string | 20 | Y | Your API security token configured in Field View. |
predefinedAnswerGroupId | int | Y | The unique ID of the group. | |
projectid | int | N | The projectid returns items against no project and the specified project (optional - will return for all projects if not specified). |
Field | Type | Description |
---|---|---|
SimplePredefinedAnswerItemInformation | SimplePredefinedAnswerItemInformation | Simple predefined answer item structure. |
<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>