v1

latestOpenAPI 3.0.02026-08-06151101754.7 KB
Timesheets

Returns a specific timesheet

get/timesheets/{timesheetId}

Path parameters

timesheetIdinteger required

Timesheet id

Response

Timesheet

Example response

{
  "data": {
    "id": 1,
    "employee_id": 1,
    "working_time": 480,
    "break_time": 30,
    "source": "manual",
    "first_line": "First line",
    "icon": "fas fa-clock"
  }
}