ScalepointDeveloper Portal
Claim Page APIOperations

Returns claim information from CWA.

GET
/api/claims/{ClaimId}/details/information

Path Parameters

ClaimId*integer

ID of the claim

Formatint64
Range1 <= value <= 9223372036854780000

Response 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"}