resources/files/download
Downloads a file to the browser.
URL
(GET) /resources/files/download?data={data}
PARAMETERS
The URL parameter data is an (URL escaped) JSON object:
scope | The scope object. Note that if you use a document set or global search scope, you will receive an "available" = false result. In fact these scopes do not support files. | Mandatory |
did | The document id. This must be a document within the scope. | Mandatory |
locale | Language of the file. | Mandatory |
 |  |  |
folder | Folder ID of the file. If not specified then the call refers to the original file or deliverable (depending on the language). | Optional |
name | Name the file. If not specified. If not specified then the call refers to the original file or deliverable (depending on the language). | Optional |
Â
Download source file or deliverable
You do need to specify the "folder" and "name" parameters. Drop the two parameters and the download is for source/target file depending on the "locale".
The "folder" and "name" parameters for source/target files can of course be obtained from resources/files/get
Â
Download attachments
You do need to specify the "folder" and "name" parameters. Drop the two parameters and the download is for source/target file depending on the "locale".
Use resources/files/get to get all files and folders including attachments related to document "did".
RESULTS
Returns an HTTP response with the file included as an attachment.
If the file does not exist and error is returned.
Â
Â
Â
Â
Copyright Wordbee - Buzzin' Outside the Box since 2008