Process Instances (Structured Process) REST Endpoints

Processes/Process Instances (Structured Process)
The operations from the Processes/Process Instances (Structured Process) category.
Get a Process Instance Incident
Method: get
Path: /process/api/v1/process-instances/{id}/incidents/{incidentId}
Get a Process Instance Job
Method: get
Path: /process/api/v1/process-instances/{id}/jobs/{jobId}
Get the Process Instance History
Method: get
Path: /process/api/v1/process-instances/{id}/history
List Process Instance Incidents
Method: get
Path: /process/api/v1/process-instances/{id}/incidents
List Process Instance Jobs
Method: get
Path: /process/api/v1/process-instances/{id}/jobs
Resubmit a Process Instance Job
Method: post
Path: /process/api/v1/process-instances/{id}/jobs/{jobId}