GET api/File/{archiveguid}/{docid}/{fileid}
Get the specific file for the document (inculde filecontent).
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| archiveguid |
Archive Guid |
string |
Required |
| docid |
Document ID |
integer |
Required |
| fileid |
File ID |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.