- URL:
- https://<notebookserveradmin>/dataaccess/<workspacename>/notebookworkspace/downloadFile
- Methods:
GET
- 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=json
JSON Response syntax
{
"status": "<success|failure>"
}
JSON Response example
{
"status": "success"
}