- Subcategories:
- Action Relations
Template Actions REST Endpoints
Action Templates/Template Actions
The template actions resource is used to view, create, update, and delete the associations of actions with action plan templates.
- Create a template action
- Method: postPath:
/crmRestApi/resources/11.13.18.05/actiontemplates/{TemplateId}/child/templateAction - Delete a template action
- Method: deletePath:
/crmRestApi/resources/11.13.18.05/actiontemplates/{TemplateId}/child/templateAction/{TemplateActionId} - Get a template action
- Method: getPath:
/crmRestApi/resources/11.13.18.05/actiontemplates/{TemplateId}/child/templateAction/{TemplateActionId} - Get all template actions
- Method: getPath:
/crmRestApi/resources/11.13.18.05/actiontemplates/{TemplateId}/child/templateAction - Update a template action
- Method: patchPath:
/crmRestApi/resources/11.13.18.05/actiontemplates/{TemplateId}/child/templateAction/{TemplateActionId}