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:
Or the equivalent:
|
string, Mandatory |
RESULTS
Returns the binary data of the file.
If the file does not exist, it returns an error.