Retrieve the notebook information for the notebook
get
/ohfapi/cg/v3.3/datastudio/notebook/clone
This endpoint fetches the notebook information for the notebook. It invokes the data studio applicationand fetches the notebook details, if the user has permission to the notebook.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
notebookName(optional): string
Name of the notebook
Security
-
basicAuth: basic
Type:
basic
Response
Supported Media Types
- application/json
- application/xml
200 Response
successful operation
Root Schema : MyNotebookInfo
Type:
objectModel class for holding the Notebook information for the user. This will hold the owners copy (clone) notebook details
Show Source
-
notebookId(optional):
string
The notebook id. This will the owners copy.
-
notebookName(optional):
string
The notebook name. Example : patient-journey , patients-like-mine
-
userName(optional):
string
The owner of the notebook.
400 Response
Invalid parameters supplied