- Subcategories:
- Attachments
- Case Contacts
- Case Households
- Case Messages
- Case Opportunities
- Case Resources
- Smart Actions
Cases REST Endpoints
Cases
The cases resource is used to view, create, update, and delete the details and related information of a case across it's life cycle.
- Assign case to a queue
- Method: postPath:
/crmRestApi/resources/11.13.18.05/cases/{CaseNumber}/action/assignQueue - Copy attachments to a case
- Method: postPath:
/crmRestApi/resources/11.13.18.05/cases/action/copyCaseAttachments - Create a case
- Method: postPath:
/crmRestApi/resources/11.13.18.05/cases - Delete a case
- Method: deletePath:
/crmRestApi/resources/11.13.18.05/cases/{CaseNumber} - Get a case
- Method: getPath:
/crmRestApi/resources/11.13.18.05/cases/{CaseNumber} - Get all cases
- Method: getPath:
/crmRestApi/resources/11.13.18.05/cases - Update a case
- Method: patchPath:
/crmRestApi/resources/11.13.18.05/cases/{CaseNumber}