Read Cases

Returns all Cases that match the specified query parameters.

Endpoint
http://<hostname>/bpm/case/v1/cases/27-com.example.p2p.LoanApplication-1-6?$select=cr,c
Request Method:
GET
Request Payload N/A
Response
{
    "caseReference": "27-com.example.p2p.LoanApplication-1-6",
    "casedata": "{\"loanAmount\": 444, \"loanoffers\": [{}, {}, {}, {\"amount\": 444}, {\"amount\": 11, \"lender\": \"sdf\", \"duration\": 1, \"interestRate\": 123}], \"creditScore\": 450, \"applicationDate\": \"2024-02-12\", \"applicantdetails\": {\"name\": \"Jack\", \"income\": 111, \"address\": {\"line1\": \"marg\"}}, \"applicationState\": \"OFFERSAVAILABLE\", \"loanapplicationId\": \"2\", \"applicationAccepted\": true}"
}