The GetChangedProcessElementWorkFlows() comand returns a list of workflows where the process task's status has changed for the given ProcessID and within the specified date range.
Table 1. Parameters| Parameter | Type | Max Length | Required | Description |
|---|
| apiToken | string | 20 | Y | Your API security token configured in Field View.
|
| processID | integer | | Y | The process ID for which to retrieve information. |
| dateFrom | DateTime | | Y | The date from workflows to retrieve. |
| dateTo | DateTime | | Y | The date to workflows to retrieve. |
|
Note: Date range must be 3 months or less.
|
<ChangedProcessElementWorkFlowsResponse>
<Status>
SUCCESS
<Message>Success.</Message>
</Status>
<ChangedProcessElementWorkFlowsInformation>
<WorkFlowID></WorkFlowID>
<WorkFlowStatus></WorkFlowStatus>
<ProcessDescription></ProcessDescription>
<LocationID></LocationID>
<LocationDescription></LocationDescription>
<Date></Date>
<ServerCreationTime></ServerCreationTime>
</ChangedProcessElementWorkFlowsInformation>
</ChangedProcessElementWorkFlowsResponse>