API · v1 · stabil
CODEMETA OSDeveloper Center
Konsole öffnen
Entity · callback_comments

Callback Comment Schema

Schema-ID
callback_comment
Collection
callback_comments
Permissions
  • Lesencallback_comment_view
  • Anlegencallback_comment_create
  • Änderncallback_comment_edit
  • Löschencallback_comment_delete

Felder

Callback Comment Schema

callback_comments4 Permissions

Comments left by handlers on a callback request

callbackIduuiderforderlich

UUID of the parent callback_request

read-only
bodystringerforderlich

Comment text

1–4000 Zeichen
authorIduuidoptional

UUID of the author user (protected — assigned server-side from session)

read-onlynullable
editedAtdatetimeoptional

Last edit timestamp; null if never edited

nullable
reactionsobject[]optional

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
emojistringerforderlich

Native Unicode emoji character

1–32 Zeichen
userIdstringerforderlich

Internal users._id of the reactor

min 1 Zeichen
createdAtdatetimeoptional

When the reaction was added

read-only

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 + filterbar
  • GET /api/v1/callback_comments/<id> — Einzelne Entity
  • POST /api/v1/callback_comments — Anlegen
  • PATCH /api/v1/callback_comments/<id> — Teil-Update
  • DELETE /api/v1/callback_comments/<id> — Soft-Delete
  • GET /api/v1/callback_comments/<id>/timeline — Audit + Aktivitäten

Suche