File Download

/api/repositories/{repository}/download/{filename}
Parameter Type Purpose
repository string The name of the Repository to access
filename string The name of the file to be dowloaded

GET

GET /api/repositories/(string: repository)/download/(string: filename)
GET /api/repositories/jupiter/download/library.ebr HTTP/1.1

Only one file can be downloaded at a time.

Response Code Reason
400 Invalid file name

A successful response contains the contents of the file that is to be downloaded.

Only the files residing in /export virtual directory of the server filesystem could be downloaded.