Claim Page APIOperations
Returns claim information from CWA.
Path Parameters
ClaimId*integer
ID of the claim
Format
int64Range
1 <= value <= 9223372036854780000Response Body
application/json
curl -X GET "https://example.com/api/claims/1/details/information"{ "generalInfo": [ { "title": "string", "value": "string" } ], "claimSpecificInfo": [ { "title": "string", "value": "string" } ], "caseTypeTitle": "string", "caseType": "Property"}