Cases REST Endpoints

Cases
Cases
Create Case
Method: post
Path: /PASService/rest/services/v1/cases
Get a specific case by case Id
Method: get
Path: /PASService/rest/services/v1/cases/{caseId}
Get list of cases
Method: get
Path: /PASService/rest/services/v1/cases
Get the list of policies for a specific case by case Id
Method: get
Path: /PASService/rest/services/v1/cases/{caseId}/policies
Update a specific case by case Id
Method: put
Path: /PASService/rest/services/v1/cases/{caseId}