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.

Query Parameters
  • format
    string enum

    The format of the compiledContent field in the response. Possible values: html, md. Default: html.

    Examplehtml
    • html
    • md
Responses
GET/projects/{id}/articles/{topic-id}

{
  "assigneeUserName": "…",
  "body": "…",
  "createdOn": "2026-06-15T14:11:50.283Z",
  "compiledContent": "…",
  "compiledContentType": "html",
  "ftsSnippet": "…",
  "ftsTitle": "…",
  "fullUrl": "…",
  "id": "…",
  "indexKeywords": [
    "…"
  ],
  "modifiedOn": "2026-06-15T14:11:50.283Z",
  "ownerUserName": "…",
  "projectId": "…",
  "projectTitle": "…",
  "statusName": "…",
  "title": "…",
  "tocNodeId": "…",
  "isAutoTopic": true
}