Query Items
Retrieve notifications with options
Mark Individual Items
Update seen status for specific notification items
Pagination Support
Efficiently handle large notification sets with built-in pagination
Data Model
Each notification item contains comprehensive information about the notification: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 |