Escalations REST Endpoints
Escalations
Escalation resource is used to view, create, update, and delete an escalation
- Create an escalation
- Method: postPath:
/crmRestApi/resources/11.13.18.05/escalations
- Delete an escalation
- Method: deletePath:
/crmRestApi/resources/11.13.18.05/escalations/{EscalationId}
- Get all escalations
- Method: getPath:
/crmRestApi/resources/11.13.18.05/escalations
- Get an escalation
- Method: getPath:
/crmRestApi/resources/11.13.18.05/escalations/{EscalationId}
- Update an escalation
- Method: patchPath:
/crmRestApi/resources/11.13.18.05/escalations/{EscalationId}