NotificationQueue Resource
| Endpoints | URI | Access Control | Description |
|---|---|---|---|
| sendDueNotices | GET /api/NotificationQueue/sendDueNotices |
Endpoint level permissions | |
| find | GET /api/NotificationQueue/find |
Admin or Module READ | |
| get | GET /api/NotificationQueue/get |
Admin or Module READ | |
| save | POST /api/NotificationQueue/save |
Admin or Module WRITE | |
| save-batch | POST /api/NotificationQueue/save-batch |
Admin or Module WRITE | |
| delete | POST /api/NotificationQueue/delete |
Admin or Module WRITE |
| Property | Type | Description |
|---|---|---|
id |
number | |
user_id |
number | |
scheduled_for |
datetime | |
module |
string | |
event |
string | |
heading |
string | |
message |
string | |
link |
string | |
send_push |
boolean | |
send_email |
boolean | |
send_notification |
boolean | |
sent_at |
datetime | |
notification_id |
number | |
source_tenant_id |
number | |
created_at |
datetime | |
updated_at |
datetime | |
updated_by |
number |
| Setting | |
|---|---|
Pagination Limit (when page parameter is set) |
None |
| Default Sort Order |
scheduled_for ASC |
| Related Resource | Key | Relationship to NotificationQueue | Property |
|---|---|---|---|
| User | user_id |
Belongs To | User |
| Notification | notification_id |
Belongs To | Notification |