Action Relations REST Endpoints
Action Templates/Template Actions/Action Relations
The action relations resource is used to view, create, update, and delete the dependencies of actions on other actions in an action plan template.
- Create an action relation
- Method: postPath:
/crmRestApi/resources/11.13.18.05/actiontemplates/{TemplateId}/child/templateAction/{TemplateActionId}/child/actionRelation - Delete an action relation
- Method: deletePath:
/crmRestApi/resources/11.13.18.05/actiontemplates/{TemplateId}/child/templateAction/{TemplateActionId}/child/actionRelation/{RelationId} - Get all action relations
- Method: getPath:
/crmRestApi/resources/11.13.18.05/actiontemplates/{TemplateId}/child/templateAction/{TemplateActionId}/child/actionRelation - Get an action relation
- Method: getPath:
/crmRestApi/resources/11.13.18.05/actiontemplates/{TemplateId}/child/templateAction/{TemplateActionId}/child/actionRelation/{RelationId} - Update an action relation
- Method: patchPath:
/crmRestApi/resources/11.13.18.05/actiontemplates/{TemplateId}/child/templateAction/{TemplateActionId}/child/actionRelation/{RelationId}