Typed access
Time operations are reached via client.Api.Time on EksoClient.
Operations
| 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. |