Skip to main content

Typed access

Clock operations are reached via client.Api.Clock on EksoClient.
await client.Api.Clock.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/clockLists all business clock configurations for the current tenant.
GET/api/clock/{id}Retrieves a single business clock configuration by identifier.
POST/api/clockCreates 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.

See also