Skip to main content

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
didThe document id. This must be a document within the scope.Mandatory
locale

Language of the file.

Mandatory
   
folderFolder 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.

 

 

 

 

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.