View all Notebook Topics by Name
get
/api/restapi/notebookTopic/name/{notebookTopicName}
This endpoint returns notebook topic that matches the value of the {notebookTopicName} path parameter.
Request
Path Parameters
-
notebookTopicName(required): string
The name of a notebook topic.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Successful operation
Root Schema : List<ApiEntityNotebookTopics>
Type:
array
Title:
Show Source
List<ApiEntityNotebookTopics>
-
Array of:
object ApiEntityNotebookTopics
Title:
ApiEntityNotebookTopics
Nested Schema : ApiEntityNotebookTopics
Type:
object
Title:
Show Source
ApiEntityNotebookTopics
-
appliesTo: array
appliesTo
Business objects to which the notebook topics apply.
-
associationType: string
Allowed Values:
[ "OWNED", "INHERITED" ]
How data is associated to this workspace.
Owned: Data is created in this workspace.
Inherited: Data is shared to this workspace from the parent workspace. -
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
Minimum Length:
1
Maximum Length:255
The name of the notebook topic. -
pushDownType: string
Allowed Values:
[ "MANUAL", "AUTOMATIC" ]
How data is shared between parent and child workspaces.
Manual: Data can be pulled down by child workspaces. This is the default option.
Automatic: Data is automatically shared with all child workspaces. -
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: integer
(int64)
The unique identifier of a workspace.
Nested Schema : appliesTo
Type:
array
Business objects to which the notebook topics apply.
Show Source
-
Array of:
string
Allowed Values:
[ "ACTIVITY", "PROJECT", "WBS" ]
204 Response
Successful operation with no content.
404 Response
The requested object does not exist, or you do not have access to it.