All REST Endpoints

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