Instances REST Endpoints

Processes/Instances
The operations from the Processes/Instances category.
Create a Process Instance
Method: post
Path: /process/api/v1/instances
Get a Process Instance
Method: get
Path: /process/api/v1/instances/{id}
List Process Instances
Method: get
Path: /process/api/v1/instances
Perform an Action on Process Instance
Method: put
Path: /process/api/v1/instances/{id}