Skip to main content

Documentation Index

Fetch the complete documentation index at: https://ekso.dev/llms.txt

Use this file to discover all available pages before exploring further.

Sample shape for DataTime.

Sample JSON

Copy, edit, paste. Server-set fields (id, created, tenantId, …) are omitted from the example — they’re populated by the server on response.
{
  "dated": "2026-04-29T14:30:00Z",
  "userId": "<user_id>",
  "nonBillableId": "<non-billable_id>",
  "timeLogged": "example",
  "comment": "example"
}

Fields

FieldTypeRequiredNotes
entitystring • nullableServer-setSet by the server. Read-only on writes.
datedstring (date-time)Optional
userIdstringRequired
nonBillableIdstringRequired
timeLoggedstringRequired
commentstringOptional
tenantIdstringServer-setSet by the server. Read-only on writes.
idstringServer-setSet by the server. Read-only on writes.
createdstring (date-time)Server-setSet by the server. Read-only on writes.
createdBystringServer-setSet by the server. Read-only on writes.
updatedstring (date-time)Server-setSet by the server. Read-only on writes.
updatedBystringServer-setSet by the server. Read-only on writes.
deletedbooleanServer-setSet by the server. Read-only on writes.

Used by

Request body

  • POST /api/time
  • PUT /api/time/{id}

Response body

  • POST /api/time/{id}
  • POST /api/time
  • PUT /api/time/{id}

CLI

ekso time — see the command branches page for available verbs. Body for create / update verbs typically passed via --data @file.json matching the sample JSON above.