Query, filter, and manage individual notification items with comprehensive tracking and user interaction capabilities
Property | Type | Description |
---|---|---|
notificationId | String | Unique identifier for the notification |
userId | String | ID of the user who received the notification |
actorId | String | ID of the user who triggered the notification |
type | String | Type/category of the notification |
isSeen | Boolean | Whether the user has seen this notification |
lastSeenAt | Datetime | Timestamp when the notification was last seen |
occurredAt | Datetime | Timestamp when the notification occurred |
data | Object | Additional notification-specific data |