Create topic
Creates a new topic in a project.
- project-idstringrequired
The ID of the project to create topic in.
Topic assignee's login.
The HTML content of the topic.
The ID of the topic.
Whether the topic's TOC node is shown in the table of contents in publications. Sets the corresponding option in the topic's properties. false by default.
Topic owner's login.
The unique identifier of the parent TOC node. Specifying null will put the topic on the root level.
Topic's workflow status.
The topic title.
Custom TOC node caption. If not specified, the topic title is used instead.
The number indicating the position of the topic's TOC node in the table of contents. If not specified, will create the topic on the last position on the respective level.
An array of strings containing Index Keywords to set when creating a topic.
{
"assigneeUserName": "…",
"body": "…",
"createdOn": "2026-06-15T14:05:42.133Z",
"ftsSnippetHtml": "…",
"ftsTitleHtml": "…",
"fullUrl": "…",
"html": "…",
"id": "…",
"indexKeywords": [
"…"
],
"modifiedOn": "2026-06-15T14:05:42.133Z",
"ownerUserName": "…",
"projectId": "…",
"projectTitle": "…",
"projectUrl": "…",
"smartLink": "…",
"statusName": "…",
"title": "…",
"tocNodeId": "…",
"isAutoTopic": true,
"url": "…"
}