Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

token

The token obtained on connection

Required

projectid

The project.

Required

taskid

The unique task identifier

Required

name

The path/name of the file or files to download.

To download multiple files, separate the file names/paths by ":". The files will be zipped and the method returns a zip file.

If not set, all files are downloaded.

Optional

ontranslation

If true, attachments on the translated file are downloaded.

If false, attachments on the source file are downloaded.

By default the value is false.

Optional

zip

If set to "true", the downloaded file will be zipped. If omitted, the file is not zipped.

If there is more then one file, the files are automatically zipped.

Optional

 

RESULTS

Returns stream of bytes

...