Skip to main content

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

The file itself.