SentNotification
One target-specific notification delivery record, including delivery and acknowledgement state.
Time the target acknowledged the notification.
Optional JSON acknowledgement value serialized as text.
Time the target marked the notification delivered.
Delivery error detail when sending failed.
Server-assigned numeric delivery-record identifier.
42message object
Typed notification message; its discriminator selects email, push, or another installed message subtype.
Typed notification message; its discriminator selects email, push, or another installed message subtype.
Possible values: []
Human-readable notification name.
High temperature alertRealm associated with the delivery record.
buildingTime the notification was sent or attempted.
Kind of actor that created the notification.
Possible values: [INTERNAL, CLIENT, GLOBAL_RULESET, REALM_RULESET, ASSET_RULESET]
Identifier of the user, rule, or component that created the notification.
Kind of delivery target.
Possible values: [REALM, USER, ASSET, CUSTOM]
User, asset, realm, or custom target identifier.
Notification message type discriminator.
push{
"acknowledgedOn": "2024-07-29T15:51:28.071Z",
"acknowledgement": "string",
"deliveredOn": "2024-07-29T15:51:28.071Z",
"error": "string",
"id": 42,
"message": {
"type": "string"
},
"name": "High temperature alert",
"realm": "building",
"sentOn": "2024-07-29T15:51:28.071Z",
"source": "INTERNAL",
"sourceId": "string",
"target": "REALM",
"targetId": "string",
"type": "push"
}