GET sitefiles/{siteId}/file/{fileId}

Returns a specific file attached to a site, or an error message

Request Information

URI Parameters

NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.