Download Attachment
GET/cases/:caseNumber/attachments/content
Downloads one file attached to this case. The response is the file itself, with the headers a browser or client needs to save it under the right name.
The identifier goes in the id query parameter rather than in the address, because file
names may contain accented letters and an extension, both of which are awkward inside a URL
path.
Files over 30 MB cannot be downloaded here. The attachment list tells you which ones with
downloadable, and those files remain available in the shared folder of the case, at the
address returned as cloudLink on the case details.
Request
Responses
- 200
- 400
- 404
- 413
- 500
The file itself.
The id query parameter is missing.
Either no case with this number belongs to your account, or no file with this identifier is attached to it.
The file is larger than 30 MB and cannot be downloaded through the API. Retrying will not help — open it from the shared folder of the case instead.