Get topic

Get topic

Returns information on a single topic.

Path Parameters
  • id
    string
    required

    The ID of the project or publication to get the specified topic from.

  • topic-id
    string
    required

    The ID of the topic to get information about.

Responses
GET/projects/{id}/articles/{topic-id}

{
  "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": "…"
}