Action 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}