Kaneo Logo
Time Entries

Get Time Entry

Get a specific time entry by ID

GET
/time-entry/{id}

Authorization

bearerAuth
AuthorizationBearer <token>

API Key authentication

In: header

Path Parameters

id*string

Response Body

application/json

curl -X GET "https://cloud.kaneo.app/api/time-entry/string"
{
  "id": "string",
  "taskId": "string",
  "userId": "string",
  "description": "string",
  "startTime": null,
  "endTime": null,
  "duration": 0,
  "createdAt": null
}