Typed access
Notification operations are reached via client.Api.Notification on EksoClient.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Typed SDK access to the Notification resource — methods and HTTP routes.
Notification operations are reached via client.Api.Notification on EksoClient.
await client.Api.Notification.ListAsync();
| 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. |