Skip to main content

GetFormWorkflowStatusList()

Modified: 6 Jun 2026 Viewpoint Field View Developer / API Help

The GetFormWorkflowStatusList command returns the list of active workflow statuses for the given form.

  • Quota: 10
Table 1. Parameters
ParameterTypeMax LengthRequiredDescription
apiToken string20Y Your API security token configured in Field View.
formTemplateId integerY The unique form template ID.
projectID integer The optional project ID.
Table 2. Returns
FieldTypeDescription
FormWorkflowStatusResponseFormWorkflowStatusResponse The list of statuses.
   <FormWorkflowStatusResponse>
       <Status>
           <Code>SUCCESS</Code>
           <Message>Success. [ActivityID]: </Message>
       </Status>
       <FormWorkflowStatus>
           <ID></ID>
           <Description></Description>
       </FormWorkflowStatus>
   </FormWorkflowStatusResponse>
Submit

Table of Contents