Cases REST Endpoints
Cases
- Create Case
- Method: postPath:
/PASService/rest/services/cases - Get a specific case by Id
- Method: getPath:
/PASService/rest/services/cases/{id} - Get list of cases
- Method: getPath:
/PASService/rest/services/cases - Get policies for a specific case
- Method: getPath:
/PASService/rest/services/cases/{id}/policies - Update case
- Method: putPath:
/PASService/rest/services/cases/{caseId}