NotificationsController
Base route: sys/notifications
| Namespace | Axiom.App.System.Api |
|---|---|
| Base Route | sys/notifications |
| Security | Required |
Endpoints
| Method | Route | Method Name | Parameters | Return Type |
|---|---|---|---|---|
| Get | sys/notifications/count |
GetCount | None | NotificationCount |
| Post | sys/notifications |
MarkAsRead | notification: Notification | bool |
Detailed Endpoint Information
Get
sys/notifications/count
GetCount
Return Type
NotificationCount
Parameters
No parameters
Post
sys/notifications
MarkAsRead
Return Type
bool
Parameters
| Name | Type | Source | Optional |
|---|---|---|---|
notification |
Notification |
FromBody | No |