Retrieve file attachment content
Name | Type | Description |
filename | string | "=" followed by a double uri-encoded file name |
fileid | int | identifies a file by ID |
Name | Type | Description |
authenticate | bool? | Force authentication for request (default: false) |
Name | Value | Description |
OK | 200 | The request completed successfully |
Bad Request | 400 | Invalid input parameter or request body |
Forbidden | 403 | Administrator access is required |
Not Found | 404 | Requested file could not be found in the archive |
None
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.
This feature is identical to the one described here, but allows a user to append an arbitrary filename to the end of the path. The purpose of this is to extend file download support to some browsers that use the last value in the path as the downloaded file name.
If the user wants to download an archived file as "foo.abc"
curl -u admin:password -i http://mindtouch.address/@api/deki/archive/files/1/=foo.abc