Dynamic Process Executions REST Endpoints

Process/Dynamic Process Executions
Manage dynamic process executions. Dynamic process executions are all the activities within the dynamic process such as processes, human tasks, stages, milestones. Each activity is identified with an execution ID.
Control a Dynamic Process Execution
Method: put
Path: /ic/api/process/v1/dp-executions/{id}
Get a List of Dynamic Process Executions
Method: get
Path: /ic/api/process/v1/dp-executions
Get Dynamic Process Execution Details
Method: get
Path: /ic/api/process/v1/dp-executions/{id}
Get the folder details
Method: get
Path: /ic/api/process/v1/dp-instances/{id}/folders/{folderId}