Versions Compared

Key

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

...

token

The connection token

Required

projectid

The project

Required

locale

The language.

Required

names

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.

Note: If you use path or you have spaces in your file name you need to encode the string (https://www.urlencoder.org/)

Required

zip

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

Optional

...