GET sitefiles/{siteId}/file/{fileId}
Returns a specific file attached to a site, or an error message
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
siteId |
Id of the site owner of the file |
integer |
Required |
fileId |
Id of the file that will be downloaded |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.