View Project Notebook Topics
get
/api/restapi/project/notebookTopic/workspace/{workspaceId}
Send a request to this endpoint to view project notebook topics for all project under the workspace matching the path parameter {workspaceId}.
Request
Path Parameters
-
workspaceId(required): integer(int64)
The system-generated identifier of a workspace.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Successful operation
Root Schema : List<ApiEntityNotebookTopicProject>
Type:
array
Title:
Show Source
List<ApiEntityNotebookTopicProject>
-
Array of:
object ApiEntityNotebookTopicProject
Title:
ApiEntityNotebookTopicProject
Nested Schema : ApiEntityNotebookTopicProject
Type:
object
Title:
Show Source
ApiEntityNotebookTopicProject
-
link: string
(url)
The self-link to the object. This field is populated only in the responses generated by the batch create APIs.
-
notebookTopicId: integer
(int64)
The unique identifier for the notebook topic.
-
notebookTopicName: string
Maximum Length:
255
The name of the notebook topic. -
notes: string
The notes for the notebook topic in HTML format.
-
projectCode: string
Minimum Length:
1
Maximum Length:60
The unique identifier for a project set by the user who created the project. -
projectId: integer
(int64)
The unique identifier for the project.The project object can also be identified by its unique criteria.
-
projectNotesId: integer
(int64)
The unique identifier for the notebook topic and its project association.
-
updateDate: string
(date-time)
Date when the record was last updated.
-
workspaceCode: string
Minimum Length:
0
Maximum Length:60
The user-specified identifier of a workspace. -
workspaceId: string
Maximum Length:
0
The unique identifier of a workspace.
204 Response
Successful operation with no content.
404 Response
The requested activity does not exist, or you do not have access to it.