Batch Create Notebook Topics
post
/api/restapi/notebookTopic/batch
Send a request to this endpoint to create one or more notebook topic.
Request
There are no request parameters for this operation.
Supported Media Types
- application/json
Root Schema : List<ApiEntityNotebookTopicsInput>
Type:
arrayTitle:
Show Source
List<ApiEntityNotebookTopicsInput>-
Array of:
object ApiEntityNotebookTopicsInput
Title:
ApiEntityNotebookTopicsInputThis entity represents a NotebookTopics object, a unique NotebookTopics object can be identified by the following combinations of the fields.- notebookTopicId
- notebookTopicName,workspaceId
- notebookTopicName,workspaceCode
Nested Schema : ApiEntityNotebookTopicsInput
Type:
objectTitle:
ApiEntityNotebookTopicsInputThis entity represents a NotebookTopics object, a unique NotebookTopics object can be identified by the following combinations of the fields.
Show Source
- notebookTopicId
- notebookTopicName,workspaceId
- notebookTopicName,workspaceCode
-
appliesTo: array
appliesTo
Business objects to which the notebook topics apply.
-
notebookTopicId: integer
(int64)
The unique identifier for the notebook topic.
-
notebookTopicName(required): string
Minimum Length:
1Maximum Length:255The 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. -
workspaceCode: string
Minimum Length:
0Maximum Length:60The user-specified identifier of a workspace. -
workspaceId(required): integer
(int64)
The unique identifier of a workspace.
Nested Schema : appliesTo
Type:
arrayBusiness objects to which the notebook topics apply.
Show Source
-
Array of:
string
Allowed Values:
[ "ACTIVITY", "PROJECT", "WBS" ]
Response
Supported Media Types
- application/json
201 Response
The object was successfully created.
Root Schema : List<ApiEntityNotebookTopics>
Type:
arrayTitle:
Show Source
List<ApiEntityNotebookTopics>-
Array of:
object ApiEntityNotebookTopics
Title:
ApiEntityNotebookTopics
Nested Schema : ApiEntityNotebookTopics
Type:
objectTitle:
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:
1Maximum Length:255The 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:
0Maximum Length:60The user-specified identifier of a workspace. -
workspaceId: integer
(int64)
The unique identifier of a workspace.
Nested Schema : appliesTo
Type:
arrayBusiness objects to which the notebook topics apply.
Show Source
-
Array of:
string
Allowed Values:
[ "ACTIVITY", "PROJECT", "WBS" ]
400 Response
Invalid Input.