This endpoint is used to download a given attachment id.
https://api.claimsmanagertest.crawco.co.uk/incidents/{incidentId}/attachments/{attachmentId}
Parameter Name | Description | Type | Example Data |
---|---|---|---|
incidentId
|
The id of the incident | Integer | 6597925 |
attachmentId
|
The id of the attachment | string ($uuid) | ee0ee1de-0d6c-4d8b-aa24-fc1e466afadd |
curl --location --request GET 'https://api.claimsmanagertest.crawco.co.uk/Incidents/6597925/attachments/ee0ee1de-0d6c-4d8b-aa24-fc1e466afadd' \
--header 'Authorization: Bearer {access token}'