Skip to main content

projects/{pid}/workflows/{did}/attachments/{locale}/file

Utilize this to download a specific attachment (file). It's advisable to first enumerate all attachments to determine which ones are available.

URL

CODE
(GET) /api/projects/{pid}/workflows/{did}/attachments/{locale}/file

PARAMETERS

The URL parameters are:

pid

The project ID

int, Mandatory

did

The document ID

int, Mandatory

locale

Source or target language code

string, Mandatory

filename

The file to download. Include any folders. Example:

CODE
Instructions/Readme.docx 

Or the equivalent:

CODE
Instructions\\Readme.docx 

string, Mandatory

RESULTS

Returns the binary data of the file.

If the file does not exist, it returns an error.

 

JavaScript errors detected

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

If this problem persists, please contact our support.