Playground

Playground

Notification

/api/v1/notifications/notifications

A targeted notification to a Person.

listgetmark_readdelete

Schema

FieldTypeNotes
id*uuidServer-assigned ULID with type prefix (e.g. per_…).
tenant_id*stringTenant scope — auto-stamped from the caller's JWT.
app_idstringApp scope. Stamped ONLY when the caller's JWT was minted for a specific Application (integration API keys). Absent for human-user sessions. Filters reads when present.
created_at*date-timeServer stamp.
updated_at*date-timeServer stamp; updated on every patch.
created_byuuidPerson id from the caller's JWT (sub).
updated_byuuidPerson id from the last writer's JWT (sub).
sourcestringProvenance tag — defaults to 'edm'.
source_typeenumfrontend | backend | server | system | apiWhere the write originated. Defaults to 'api'.
is_deletedbooleanSoft-delete flag. Excluded from default list queries.
deleted_atdate-timeStamped when soft-deleted; null otherwise.
deleted_byuuidPerson id who soft-deleted; null otherwise.
schema_versionnumberDocument schema version. Bumped on incompatible writes.
recipient_iduuidUUID of the Person who should receive this notification.
typestringSeverity / intent classification of the notification.
channelstringDelivery channel used for this notification.
titlestringShort summary line shown in notification lists and email subjects.
bodystringFull notification body text.
entity_typestringThe EDM entity type that triggered this notification (e.g. 'LeaveRequest', 'Contract').
entity_iduuidUUID of the triggering entity instance. Null when not tied to a specific record.
read_atdate-timeISO 8601 timestamp when the recipient marked this notification as read. Null if still unread.
action_urlstringOptional deep-link URL the recipient can follow to act on this notification.

API

client.notifications.notifications.*
Loading manifest…