Typed access
Notification operations are reached via client.Api.Notification on EksoClient.
Operations
| Method | Route | Summary |
|---|---|---|
GET | /api/notification | Lists all scheduled notification configurations for the current tenant. |
GET | /api/notification/{id} | Retrieves a single notification configuration by identifier. |
POST | /api/notification | Creates a new scheduled notification configuration. |
PUT | /api/notification | Updates an existing scheduled notification configuration. |
DELETE | /api/notification/{id} | Deletes a notification configuration by identifier. |