Notebook Topics REST Endpoints

Notebook Topics
Use the Notebook Topics service to create, view, update, and delete notebook topics.
Assign Notebook Topics
Method: put
Path: /api/restapi/notebookTopic/assign
Batch Create Notebook Topics
Method: post
Path: /api/restapi/notebookTopic/batch
Batch Delete Notebook Topics
Method: delete
Path: /api/restapi/notebookTopic/batch
Batch Sync Notebook Topics
Method: post
Path: /api/restapi/notebookTopic/syncBatch
Batch Update Notebook Topics
Method: put
Path: /api/restapi/notebookTopic/batch
Create a Notebook Topic
Method: post
Path: /api/restapi/notebookTopic
Delete a Notebook Topic
Method: delete
Path: /api/restapi/notebookTopic/{notebookTopicId}
Remove Applied Objects From Notebook Topics
Method: delete
Path: /api/restapi/notebookTopic/appliesTo
Update a Notebook Topic
Method: put
Path: /api/restapi/notebookTopic
View a Notebook Topic
Method: get
Path: /api/restapi/notebookTopic/{notebookTopicId}
View all Notebook Topics by Name
Method: get
Path: /api/restapi/notebookTopic/name/{notebookTopicName}
View all Notebook Topics by Workspace
Method: get
Path: /api/restapi/notebookTopic/workspace/{workspaceId}