Retrieve the cloned notebook data for the notebook template name

get

/ohfapi/cg/v3.3/datastudio/notebooks/clone

This endpoint fetches the cloned notebook name corresponding to the user for the notebook template.It there is not yet a copy (clone) of the notebook for the user, then this API will internallly invoke the data studio api to create a clone of the notebook for the user and get the name of the cloned notebook. If thereis one already present for the user, it returns the one.

Request

Supported Media Types
Query Parameters
  • Collection Format: multi
    The list of notebook names
Security
Back to Top

Response

Supported Media Types

200 Response

successful operation
Body ()
Root Schema : schema
Type: array
Show Source
Nested Schema : MyNotebookInfo
Type: object
Model class for holding the Notebook information for the user. This will hold the owners copy (clone) notebook details
Show Source

400 Response

Invalid parameters supplied
Back to Top