Entity · callback_comments
Callback Comment Schema
Felder
Callback Comment Schema
Comments left by handlers on a callback request
callbackId
UUID of the parent callback_request
read-only
body
Comment text
1–4000 Zeichen
authorId
UUID of the author user (protected — assigned server-side from session)
read-onlynullable
editedAt
Last edit timestamp; null if never edited
nullable
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/callback_comments— Liste, paginiert + filterbarGET /api/v1/callback_comments/<id>— Einzelne EntityPOST /api/v1/callback_comments— AnlegenPATCH /api/v1/callback_comments/<id>— Teil-UpdateDELETE /api/v1/callback_comments/<id>— Soft-DeleteGET /api/v1/callback_comments/<id>/timeline— Audit + Aktivitäten