Download attachment

This endpoint is used to download a given attachment id.

get
https://api.claimsmanagertest.crawco.co.uk/incidents/{incidentId}/attachments/{attachmentId}

Path parameters

Parameters marked are required.
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

Example request

curl --location --request GET 'https://api.claimsmanagertest.crawco.co.uk/Incidents/6597925/attachments/ee0ee1de-0d6c-4d8b-aa24-fc1e466afadd' \
--header 'Authorization: Bearer {access token}'