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