Entity · dms_comments
DMS Comment Schema
Felder
DMS Comment Schema
Threaded comment on a DMS document
documentId
Reference to dms_document
parentCommentId
Parent comment ID for threaded replies
nullable
body
Comment text (may contain @mentions as @[userId])
1–5000 Zeichen
mentions
User IDs mentioned in this comment
Default: []
annotationId
Linked annotation (for comments on specific PDF regions)
nullable
isResolved
Whether this comment thread is resolved
Default: false
resolvedBy
Who resolved this thread
read-onlynullable
resolvedAt
read-onlynullable
reactions
Emoji reactions (Teams-style). Managed exclusively via POST /:resource/:id/reactions — never set directly via create/update (the field is protected). Absent/missing = no reactions.
read-only
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/dms_comments— Liste, paginiert + filterbarGET /api/v1/dms_comments/<id>— Einzelne EntityPOST /api/v1/dms_comments— AnlegenPATCH /api/v1/dms_comments/<id>— Teil-UpdateDELETE /api/v1/dms_comments/<id>— Soft-DeleteGET /api/v1/dms_comments/<id>/timeline— Audit + Aktivitäten