List Attachments
GET/cases/:caseNumber/attachments
Lists the files attached to this case, whether you sent them through this API or placed them in the shared folder yourself. The whole set comes back at once — there is nothing to page through.
Each entry carries the identifier to use for downloading the file, its size, when it was stored, and whether it can be downloaded: files over 30 MB have to be opened from the shared folder instead. Files placed inside a folder you created in the shared folder are not listed.
Request
Responses
- 200
- 400
- 404
- 500
The files attached to this case.
No case with this number belongs to your account.