$customHeader
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Use to download a specific attachment (file). You may want to first enumerate all the attachments to see which ones exist.

URL

(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:

Instructions/Readme.docx 

Or the equivalent:

Instructions\\Readme.docx 

string, Mandatory

RESULTS

Returns the binary data of the file.

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

 

  • No labels