cases

Name Resource Description
Add a case contact POST api/2.0/crm/case/{caseid}/contact Adds the selected contact to the case with the ID specified in the request.
Close a case PUT api/2.0/crm/case/{caseid}/close Closes a case with the ID specified in the request.
Create a case POST api/2.0/crm/case Creates a case with the parameters specified in the request.
Delete a case DELETE api/2.0/crm/case/{caseid} Deletes a case with the ID specified in the request.
Delete a case contact DELETE api/2.0/crm/case/{caseid}/contact/{contactid} Deletes the selected contact from the case with the ID specified in the request.
Delete cases by IDs PUT api/2.0/crm/case Deletes a group of cases with the IDs specified in the request.
Delete cases by parameters DELETE api/2.0/crm/case/filter Deletes a list of all the cases matching the parameters specified in the request.
Get a case by ID GET api/2.0/crm/case/{caseid} Returns the detailed information about a case with the ID specified in the request.
Get case contacts GET api/2.0/crm/case/{caseid}/contact Returns a list of all the contacts related to the case with the ID specified in the request.
Get cases GET api/2.0/crm/case/filter Returns a list of all the cases matching the parameters specified in the request.
Reopen a case PUT api/2.0/crm/case/{caseid}/reopen Reopens a case with the ID specified in the request.
Set access rights to the case PUT api/2.0/crm/case/{caseid}/access Sets access rights to the selected case with the parameters specified in the request.
Set access rights to the cases by IDs PUT api/2.0/crm/case/access Sets access rights to the list of cases with the IDs specified in the request.
Set access rights to the cases by parameters PUT api/2.0/crm/case/filter/access Sets access rights to the list of all the cases matching the parameters specified in the request.
Update a case PUT api/2.0/crm/case/{caseid} Updates the selected case with the parameters specified in the request.