Entity · kb_comments
KB Comment Schema
Felder
KB Comment Schema
Threaded comment on a knowledge base article
articleId
Reference to the kb_article
parentCommentId
Parent comment ID for threaded replies (null = root comment)
PatternDefault: nullnullable
body
Comment text (may contain @mentions as @[userId])
1–5000 Zeichen
mentions
User IDs mentioned in this comment
Default: []
anchorId
Matches <span data-comment-anchor="…"> in kb_article.contentHtml. null = general comment without a text anchor.
Default: nullnullable
quotedText
Snapshot of the commented text at creation time — fallback when the anchor is orphaned.
max 300 ZeichenDefault: nullnullable
isResolved
Whether this comment thread is resolved
Default: false
resolvedBy
User who resolved this thread
PatternDefault: nullnullable
resolvedAt
Default: nullnullable
Keine Felder passen zum Filter.
Standard-Endpoints
Diese Resource folgt dem generischen CRUD-Vertrag der Plattform. Lesen Sie die Konventionen für Pagination, Idempotenz, Optimistic Locking und Audit. Die wichtigsten Endpoints:
GET /api/v1/kb_comments— Liste, paginiert + filterbarGET /api/v1/kb_comments/<id>— Einzelne EntityPOST /api/v1/kb_comments— AnlegenPATCH /api/v1/kb_comments/<id>— Teil-UpdateDELETE /api/v1/kb_comments/<id>— Soft-DeleteGET /api/v1/kb_comments/<id>/timeline— Audit + Aktivitäten