ScalepointDeveloper Portal
Claim Page APIOperations

Returns files attached to the claim.

GET
/api/claims/{ClaimId}/files/documents

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/files/documents"
[  {    "id": 0,    "name": "string",    "type": "string",    "description": "string",    "isNew": true,    "isSigned": true,    "isImage": true,    "attachmentInfoId": 0,    "signUrl": "string",    "creationDate": "2019-08-24T14:15:22Z"  }]