- URL:
- https://<notebookserveradmin>/dataaccess/notebookworkspace/createFolder
- Methods:
- POST
- Required Capability:
- Administrator or Create and Edit
- Version Introduced:
- 11.1
Description
The create  operation allows you to create a folder in your /arcgis/home  notebook workspace directory.
Request parameters
| Parameter | Details | 
|---|---|
| 
 (Required) | The name of the folder to be created. The name must be unique. The  | 
| 
 (Optional) | The response format. The default response format is  Values:  | 
Example usage
The following are example requests for the create  operation.
Example 1: Create a folder in /arcgis/home
https://notebookserver.domain.com/context/admin/dataaccess/notebookworkspace/createFolder
folderName = folder1
f = jsonExample 2: Create a folder in a subdirectory
https://notebookserver.domain.com/context/admin/dataaccess/notebookworkspace/createFolder
folderName = folder_1/folder_1_2
f = jsonJSON Response syntax
{"status": "<success|failure>"}JSON Response example
{"status": "success"}