GetSimplePredefinedFormAnswerGroups()
The GetSimplePredefinedFormAnswerGroups() command returns a list of simple (not hierarchical) predefined lists which are configured for an organisation.
|
Parameter | Type | Max Length | Required | Description |
---|---|---|---|---|
apiToken | string | 20 | Y | Your API security token configured in Field View. |
organisationId | int | Y | The organisationId you want to get the answer groups for. | |
organisationUnitAndBelow | boolean | N | If the list is visible to organisations below in the business unit structure. |
Field | Type | Description |
---|---|---|
SimplePredefinedAnswerGroupInformation | SimplePredefinedAnswerGroupInformation | Form information structure. |
<SimplePredefinedAnswerGroupResponse>
<Status>
SUCCESS
<Message>Success.</Message>
</Status>
<PredefinedAnswerGroups>
<SimplePredefinedAnswerGroupInformation>
<PredefinedAnswerGroupId></PredefinedAnswerGroupId>
<Description></Description>
<Measurement></Measurement>
<ProjectBasedAnswers></ProjectBasedAnswers>
<OrganisationId></OrganisationId>
<Organisation></Organisation>
<AllowOther></AllowOther>
<OrganisationUnitAndBelow></OrganisationUnitAndBelow>
<VisibilityOrganisationId></VisibilityOrganisationId>
<VisibilityOrganisation></VisibilityOrganisation>
<Active></Active>
<ParentID></ParentID>
</SimplePredefinedAnswerGroupInformation>
</PredefinedAnswerGroups>
</SimplePredefinedAnswerGroupResponse>