The AddSimplePredefinedAnswerItems() command adds two or more items to the 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. | ||
| Answer List | Description | string | Y | The description text of the item. | |
| ProjectId | int | N | If not specified will appear against all projects. | ||
| Weight | decimal | N | Weight value optional but if not specified will default to 0. | ||
| Score | decimal | N | Optional score value. | ||
| Colour | string | N | Must be in hexadecimal format eg: "#ffffff". | ||
| ParentDescription | string | N | |||
Example Header
<FormResponse>
<Status>
SUCCESS
<Message>Success.</Message>
</Status>
</FormResponse>