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:- Core Properties
- Status Properties
- Content Properties
| 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 |
Query Notification Items
Mark Individual Items as Seen
Related Documentation
Notification Tray Status
Manage overall notification tray seen status
Notification Events
Reference for notification event types and triggers
Notification Overview
Complete guide to notification tray implementation
Realtime Events
Learn how real-time events power notification delivery