List Cases for Case Type
Returns all the Types that match the specified query parameters.
Endpoint | http://<hostname>/bpm/case/v1/cases?$top=100&$filter=caseType eq 'com.example.p2p.LoanApplication' and applicationMajorVersion eq 1 and isInTerminalState eq FALSE Request Method: |
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}", "summary": "{\"loanapplicationId\":\"2\",\"applicationState\":\"OFFERSAVAILABLE\"}", "metadata": { "createdBy": "tibco-admin", "creationTimestamp": "2024-02-12T18:34:56.063Z", "modifiedBy": "tibco-admin", "modificationTimestamp": "2024-02-12T18:39:16.746Z" } } ] |