Overview

public. Retrieve file attachment content

Uri Parameters
NameTypeDescription
fileidintidentifies a file by ID
filenamestring"=" followed by a double uri-encoded file name
Query Parameters
NameTypeDescription
authenticatebool?Force authentication for request (default: false)
Return Codes
NameValueDescription
BadRequest400Invalid input parameter or request body
Forbidden403Administrator access is required
NotFound404Requested file could not be found in the archive
Ok200The request completed successfully

Message Format

None

Implementation Notes

This feature is identical to GET:archive/files/{fileid}; refer to this feature for more information.  The {filename} uri parameter is not used and is intended for informational purposes only.

Code Samples

C# Samples

 

Curl Samples

 

PHP Samples

 

Other Code Samples

 

Tag page
You must login to post a comment.