The GetFormWorkflowStatusList command returns the list of
active workflow statuses for the given form.
Table 1. Parameters| 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. |
Table 2. Returns| 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>