View WBS Notebook Topics
get
/api/restapi/wbs/notebookTopic/project/{projectId}
Send a request to this endpoint to view wbs notebook topics for all wbs 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<ApiEntityNotebookTopicWBS>
Type:
array
Title:
Show Source
List<ApiEntityNotebookTopicWBS>
-
Array of:
object ApiEntityNotebookTopicWBS
Title:
ApiEntityNotebookTopicWBS
Nested Schema : ApiEntityNotebookTopicWBS
Type:
object
Title:
Show Source
ApiEntityNotebookTopicWBS
-
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.
-
parentId: integer
(int64)
The system-generated identifier of the parent WBS.
-
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.
-
wbsCode: string
Minimum Length:
1
Maximum Length:60
The user-specified unique identifier for the WBS. -
wbsId: integer
(int64)
Unique identifier of the WBS.
-
wbsNotesId: integer
(int64)
The unique identifier for the notebook topic and its wbs association.
-
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.