2018.1

Table Of Contents
Download Managed File or Directory
Obtains an existing file or directory of a specific Managed File ID (or Name) from the File Store.
Request takes no content, and on success returns a response containing the file or directory
data (as zipped file).
Type: GET
URI:
/rest/serverengine/filestore/file/{fileId}
Parameters:
Path:
l fileId the Managed File ID (or Name) of the file or directory in File
Store
Request:
Add.
Headers:
auth_token Authorization Token (if server security
settings enabled)
Content:
Content
Type:
Response:
Add.
Headers:
Content-Disposition
l File "attachment; filename={OrigFileName}"
l Directory "attachment; filename=
{OrigDirName}.zip"
Content: File or Directory (zipped as file)
Content
Type:
l File application/octet-stream
l Directory application/zip
Page 455