Typed access
Time operations are reached via client.Api.Time 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 Time resource — methods and HTTP routes.
Time operations are reached via client.Api.Time on EksoClient.
await client.Api.Time.CreateAsync();
| Method | Route | Summary |
|---|---|---|
POST | /api/time | Creates a new non-billable time entry. |
POST | /api/time/resource/{userId} | Lists items with billable time logged by a user within a date range. |
POST | /api/time/{id} | Lists non-billable time entries for a user within a date range. |
PUT | /api/time/{id} | Updates an existing non-billable time entry. |
DELETE | /api/time/{id} | Deletes a non-billable time entry by its identifier. |