GetFormWorkflowStatusList()
The GetFormWorkflowStatusList command returns the list of active workflow statuses for the given form.
|
| Parameter | Type | Max Length | Required | Description |
|---|---|---|---|---|
| apiToken | string | 20 | Y | Your API security token configured in Field View. |
| formTemplateId | integer | Y | The unique form template ID. | |
| projectID | integer | The optional project ID. |
| Field | Type | Description |
|---|---|---|
| FormWorkflowStatusResponse | FormWorkflowStatusResponse | The list of statuses. |
<FormWorkflowStatusResponse>
<Status>
<Code>SUCCESS</Code>
<Message>Success. [ActivityID]: </Message>
</Status>
<FormWorkflowStatus>
<ID></ID>
<Description></Description>
</FormWorkflowStatus>
</FormWorkflowStatusResponse>