View Activity Notebook Topics
get
/api/restapi/activity/notebookTopic/project/{projectId}
Send a request to this endpoint to view activity notebook topics for all activities under the project matching the path parameter {projectId}.
Request
Path Parameters
-
projectId(required): integer(int64)
The system-generated identifier of a project.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Successful operation
Root Schema : List<ApiEntityNotebookTopicActivity>
Type:
array
Title:
Show Source
List<ApiEntityNotebookTopicActivity>
-
Array of:
object ApiEntityNotebookTopicActivity
Title:
ApiEntityNotebookTopicActivity
Nested Schema : ApiEntityNotebookTopicActivity
Type:
object
Title:
Show Source
ApiEntityNotebookTopicActivity
-
activityCode: string
Maximum Length:
60
The user-specified identifier of the activity. -
activityId: integer
(int64)
The unique identifier for the activity.
-
activityNotesId: integer
(int64)
The unique identifier for the notebook topic and its activity association.
-
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.
-
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.
204 Response
Successful operation with no content.
404 Response
The requested activity does not exist, or you do not have access to it.