Ir al contenido

REST API — System

Esta página aún no está disponible en tu idioma.

Method Path What it does
GET /api/notifications The caller’s own notifications (operators: all).
POST /api/notifications Create a notification for yourself (platform events use deliver_event).
DELETE /api/notifications/{notification_id} Notification delete
GET /api/notifications/{notification_id} Notification detail
PATCH /api/notifications/{notification_id} Update (e.g. mark read) — your own notifications only.
GET /api/presence The caller’s own presence (operators: all).
POST /api/presence Record your own presence. Setting someone else’s is not a capability.
DELETE /api/presence/{presence_id} Presence delete
GET /api/presence/{presence_id} Presence detail