Action Templates REST Endpoints

Action Templates
The action templates resource is used to view, create, update, and delete the details for the action plan templates in the system. Action plan templates include multiple actions that must be carried out to complete a task.
Create an action plan template
Method: post
Path: /crmRestApi/resources/11.13.18.05/actiontemplates
Delete an action plan template
Method: delete
Path: /crmRestApi/resources/11.13.18.05/actiontemplates/{TemplateId}
Get all action plan templates
Method: get
Path: /crmRestApi/resources/11.13.18.05/actiontemplates
Get an action plan template
Method: get
Path: /crmRestApi/resources/11.13.18.05/actiontemplates/{TemplateId}
Update an action plan template
Method: patch
Path: /crmRestApi/resources/11.13.18.05/actiontemplates/{TemplateId}