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