All REST Endpoints
Action
The operations from the Action category.
- Create an Action
- Method: postPath:
/action - Delete an Action by ID
- Method: deletePath:
/action/{id} - Get a List of Actions
- Method: getPath:
/action - Get an Action by BDD
- Method: getPath:
/action/bdd/{bdd} - Get an Action by ID
- Method: getPath:
/action/{id} - Get an Action Library
- Method: getPath:
/action/library - Get an Action Product
- Method: getPath:
/action/product - Get Product by ID
- Method: getPath:
/action/product/{productId}
Environment
The operations from the Environment category.
- Create an Environment
- Method: postPath:
/environment - Delete an Environment
- Method: deletePath:
/environment/{id} - Get Environment Details
- Method: getPath:
/environment - Get Environment Details by ID
- Method: getPath:
/environment/{id}
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}
Job
The operations from the Job category.
- Create a Job
- Method: postPath:
/job - Delete Job by ID
- Method: deletePath:
/job/{id} - Get Job Details
- Method: getPath:
/job - Get Job Details by ID
- Method: getPath:
/job/{id} - Get Job Patch Details
- Method: patchPath:
/job/{id}
Scenario
The operations from the Scenario category.
- Create a Scenario
- Method: postPath:
/runtime/scenario - Delete Scenario by ID
- Method: deletePath:
/runtime/scenario/{id} - Get Scenario by ID
- Method: getPath:
/runtime/scenario/{id} - Get Scenario List
- Method: getPath:
/runtime/scenario
Scenario Result
The operations from the Scenario Result category.
- Create Scenario Result
- Method: postPath:
/runtime/scenarioresult - Delete Scenario Result by ID
- Method: deletePath:
/runtime/scenarioresult/{id} - Get Scenario Result by ID
- Method: getPath:
/runtime/scenarioresult/{id} - Get Scenario Result List
- Method: getPath:
/runtime/scenarioresult
User
The operations from the User category.
- Change Password by ID
- Method: patchPath:
/user/changePassword/{id} - Create a User
- Method: postPath:
/user - Delete a User
- Method: deletePath:
/user/{id} - Get User Details by ID
- Method: getPath:
/user/{id} - Get User List
- Method: getPath:
/user