Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

This method permits to download a single file or multiple files/folders.

If you specify folders or multiple files, the method will zip all of these and send a zip.

URL

(GET) projects/{projectid}/files/{locale}/file

PARAMETERS

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.

Required

zip

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

Optional

 

RESULTS

Returns stream of bytes





  • No labels