Case REST Endpoints
Interactions/Case
Cases are highly configurable objects that can be used to handle various types of requests that can be tracked and require a workflow to enable resolution.
- Create Case
- Method: postPath:
/rest/apis/customer/interactions/cases/ - Get Case
- Method: getPath:
/rest/apis/customer/interactions/cases/{caseId} - Search Case
- Method: postPath:
/rest/apis/customer/interactions/cases/search - Update Case
- Method: putPath:
/rest/apis/customer/interactions/cases/{caseId} - Update Case Lifecycle Action
- Method: patchPath:
/rest/apis/customer/interactions/cases/{caseId}/action