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