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
(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.
Copyright Wordbee - Buzzin' Outside the Box since 2008