GetProcessDetails()
Returns a list of Tasks assigned to the given Process ID.
|
Parameter | Type | Max Length | Required | Description |
---|---|---|---|---|
apiToken | string | 20 | Y | Your API security token configured in Field View. |
projectID | integer | Y | The project ID associated with the given process. | |
processID | Integer | Y | The process ID. | |
statusChangeDateFrom | DateTime | If specified, the result is limited to Process Tasks that have changed status within the date range. | ||
statusChangeDateTo | DateTime | If specified, the result is limited to Process Tasks that have changed status within the date range. | ||
pageSize | Integer | If specified, the number of results to return on a single page. | ||
pageIndex | Integer | If specified, the page you want to view, with total number of pages based on the size of the result set and your page size entry. | ||
Note: Date range
|
Field | Type | Description |
---|---|---|
ProcessDetails | ProcessDetails | Process tasks list information structure. |
<ProcessesDetailsResponse>
<Status>
<Code>SUCCESS</Code>
<Message>Success. [ActivityId]: </Message>
</Status>
<ProcessDetails>
<PagedProcessTaskResult>
<Type></Type>
<TaskId></TaskId>
<Images><Images>
<Comments></Comments>
<Documents></Documents>
<ElementId></ElementId>
<Description></Description>
<StatusColour></StatusColour>
<Status></Status>
<StatusId></StatusId>
<StatusDate></StatusDate>
<WorkflowTemplateDetailId></WorkflowTemplateDetailId>
<WorkflowTemplateId></WorkflowTemplateId>
<IssuedDate></IssuedDate>
<TaskType></TaskType>
<IssuedToOrganisation></IssuedToOrganisation>
<TargetDate></TargetDate>
<OverDue></OverDue>
<IssuedByUser></IssuedByUser>
<IssuedByOrganisation></IssuedByOrganisation>
<CompletedStatusRequiresSignature></CompletedStatusRequiresSignature>
<ClosedStatusRequiresSignature></ClosedStatusRequiresSignature>
<CompletedDate></CompletedDate>
<ClosedDate></ClosedDate>
<Location></Location>
<LocationPath></LocationPath>
<ReverseLocationPath></ReverseLocationPath>
<MaxRows></MaxRows>
<ActualStartDate></ActualStartDate>
<ActualFinishDate></ActualFinishDate>
<Cost></Cost>
<PercentageComplete></PercentageComplete>
<PlannedStartDate></PlannedStartDate>
<RemainingDuration></RemainingDuration>
<GPSAccuracy></GPSAccuracy>
<GPSLatitude></GPSLatitude>
<GPSLongitude></GPSLongitude>
<ProcessId></ProcessId>
<ProcessName></ProcessName>
</PagedProcessTaskResult>
<ProcessDetails>
</ProcessDetailsResponse>