The GetProjectProcesses() command returns a list of processes assigned to the given project ID.
Table 1. Parameters| Parameter | Type | Max Length | Required | Description |
|---|
| apiToken | string | 20 | Y | Your API security token configured in Field View. |
| projectID | integer | | Y | The project ID for which to retrieve information. |
<ProjectProcessesResponse>
<Status>
SUCCESS
<Message>Success.</Message>
</Status>
<ProjectProcessInformation>
<ProcessID></ProcessID>
<Description></Description>
</ProjectProcessInformation>
</ProjectProcessesResponse>