/
projects/{pid}/workflows/{did}/attachments/{locale}/file
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.
, multiple selections available,
Related content
projects/{pid}/workflows/{did}/attachments/{locale}/file (POST)
projects/{pid}/workflows/{did}/attachments/{locale}/file (POST)
More like this
projects/{pid}/workflows/{did}/files/{trg}/file
projects/{pid}/workflows/{did}/files/{trg}/file
More like this
projects/{pid}/workflows/{did}/attachments/{locale}
projects/{pid}/workflows/{did}/attachments/{locale}
More like this
resources/files/download
resources/files/download
More like this
Download attachment
Download attachment
More like this
projects/{pid}/workflows/{did}/attachments/{locale}/file (DELETE)
projects/{pid}/workflows/{did}/attachments/{locale}/file (DELETE)
More like this
Copyright Wordbee - Buzzin' Outside the Box since 2008