Skip to main content

Typed access

Notification operations are reached via client.Api.Notification on EksoClient.
await client.Api.Notification.ListAsync();
For the full set of methods and request/response types, your IDE’s auto-completion is the fastest discovery path. Each method below maps 1-to-1 to an HTTP route in the API Reference.

Operations

MethodRouteSummary
GET/api/notificationLists all scheduled notification configurations for the current tenant.
GET/api/notification/{id}Retrieves a single notification configuration by identifier.
POST/api/notificationCreates a new scheduled notification configuration.
PUT/api/notificationUpdates an existing scheduled notification configuration.
DELETE/api/notification/{id}Deletes a notification configuration by identifier.

See also