- URL:
- https://<notebookserveradmin>/dataaccess/notebookworkspace/downloadFile
- Methods:
- GET
- Related Resources:
- Data Access, List Files, Upload File, Delete File
- Required Capability:
- Administrator or Create and Edit
- Version Introduced:
- 10.9
Description
The download  operation allows a user to download a file from their notebook workspace directory (/arcgis/home ). Only the owner of the file is allowed to download the file.
Request parameters
| Parameter | Details | 
|---|---|
| 
 (Required) | The name of the file to be downloaded. Examples  | 
| 
 | The response format. The default response format is  Values:  | 
Example usage
https://notebookserver.domain.com/context/admin/dataaccess/notebookworkspace/downloadFile
fileName=hydrology/mjwater.zip
f=jsonJSON Response syntax
{
  "status": "<success|failure>"
}JSON Response example
{
  "status": "success"
}