GET api/Attachments?fileName={fileName}

Download an attachment from the database's "Attachments" folder

Request Information

URI Parameters

NameDescriptionTypeAdditional information
fileName

The file name to be downloaded

string

Required

Body Parameters

None.

Response Information

Resource Description

application/octet-stream

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.