Actions REST Endpoints

Actions
The actions resource is used to view, create, update, and delete the details of all the actions in an action plan template. An action is a step or a sequence in an action plan template.
Create an action
Method: post
Path: /crmRestApi/resources/11.13.18.05/actions
Delete an action
Method: delete
Path: /crmRestApi/resources/11.13.18.05/actions/{ActionNumber}
Get all actions
Method: get
Path: /crmRestApi/resources/11.13.18.05/actions
Get an action
Method: get
Path: /crmRestApi/resources/11.13.18.05/actions/{ActionNumber}
Update an action
Method: patch
Path: /crmRestApi/resources/11.13.18.05/actions/{ActionNumber}