Kind: API Endpoint
Source: atloria-monorepo/apps/api/src/notification/notification.controller.ts
List the caller's notifications (newest first, paginated, ?unreadOnly=true to filter)
Endpoint
GET /notifications
| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
unreadOnly | query | string | - | |
limit | query | string | - | |
offset | query | string | - |
Referenced By
NotificationController(MODULE_DECLARES)
Was this page helpful?