GET api/Attachments?fileName={fileName}
Download an attachment from the database's "Attachments" folder
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
fileName |
The file name to be downloaded |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
application/octet-stream
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.