Typed access
Clock operations are reached via client.Api.Clock 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 Clock resource — methods and HTTP routes.
Clock operations are reached via client.Api.Clock on EksoClient.
await client.Api.Clock.ListAsync();
| Method | Route | Summary |
|---|---|---|
GET | /api/clock | Lists all business clock configurations for the current tenant. |
GET | /api/clock/{id} | Retrieves a single business clock configuration by identifier. |
POST | /api/clock | Creates a new business clock configuration. |
PUT | /api/clock/{id} | Updates an existing business clock configuration. |
DELETE | /api/clock/{id} | Deletes a business clock configuration by identifier. |