Execution REST Endpoints
Execution
The operations from the Execution category.
- Create an Execution
- Method: postPath:
/execution - Delete an Execution by ID
- Method: deletePath:
/execution/{id} - Get Execution by ID
- Method: getPath:
/execution/{id} - Get Executions
- Method: getPath:
/execution - Patch an Execution by ID
- Method: patchPath:
/execution/{id}