POST
The openNotebook
operation moves a notebook into active status in a container. The operation request can enclose any unique notebook ID; you can specify the ID of an existing notebook to open it, or leave all ID fields blank to create and open a new notebook.
itemId
The portal item ID of the notebook you want to open. This is required if templateNotebook
is not provided.
notebookRuntimeId
The ID of the notebook runtime (Standard, Advanced, or Custom) to be used when opening a notebook.
templateNotebook
The notebook JSON. This is used when saving an existing notebook as a new notebook and when opening the new notebook item.
f
The response format. The default response format is html
.
Values: html
| json
| pjson
Use dark colors for code blocks Copy
1
2
3
4
5
{
"jobId": "jobId",
"jobUrl": "jobUrl",
"status": "success|failure"
}
JSON Response example
Use dark colors for code blocks Copy
1
2
3
4
5
{
"jobId": "jf9322f05-6b31-4bdd-8d42-be471fe904eb",
"jobUrl": "https://notebookserver.example.com:11443/arcgis/admin/system/jobs/jf9322f05-6b31-4bdd-8d42-be471fe904eb",
"status": "success"
}
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4