Execution REST Endpoints

Execution
The operations from the Execution category.
Create an Execution
Method: post
Path: /execution
Delete an Execution by ID
Method: delete
Path: /execution/{id}
Get Execution by ID
Method: get
Path: /execution/{id}
Get Executions
Method: get
Path: /execution
Patch an Execution by ID
Method: patch
Path: /execution/{id}