GET
This resource contains a description of a specific notebook's properties.
Request parameters Parameter Detailsf
The response format. The default response format is html
.
Values: html
| json
| pjson
id
The notebook's unique ID in your container. Note that this is different than its portal item ID.
notebookUrl
The unique URL of the notebook's item page, beginning with the /notebooks/
path. The URL is constructed in the following format:
Use dark colors for code blocks Copy
1
https://notebookserver:port/arcgis/admin/notebooks/<containerID>/notebooks/<itemID>.ipynb
containerId
The ID of the container hosting the notebook.
Username
The user who owns the notebook.
itemId
The unique portal item ID of the notebook. It is included in the notebook URL.
dateLastActivity
The last time the notebook was modified or run, given in milliseconds from epoch, with the current date and UTC time in parentheses.
JSON Response syntaxUse dark colors for code blocks Copy
1
2
3
4
5
6
7
8
{
"itemId": "<portal item ID>",
"notebookUrl": "<notebook item URL>",
"dateLastActivity": "<milliseconds>",
"id": "<notebook's unique ID>",
"containerId": "<container's unique ID>",
"username": "<notebook owner's username>"
}
JSON Response example
Use dark colors for code blocks Copy
1
2
3
4
5
6
7
8
{
"itemId": "525d80c96d5a4915bb5cfff79c851fb1a",
"notebookUrl": "/notebooks/82hb62d771ec4f8185b6b861b65dc521/notebooks/525d80c96d5a4915bb5cfff79c851fb1a.ipynb",
"dateLastActivity": "1544488988365",
"id": "c9ae74cc34b1414bad0618bdb5f54d4d",
"containerId": "82hb2d771ec4f8185b6b861b65dc521",
"username": "janedoe"
}
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