v1
latestOpenAPI 3.1.02026-07-242735131.1 MBTimesheets
Show timesheet
Shows a timesheet by its ID.
Scopes
| Category | Read only Scope | Write only Scope (read access implicit) |
|---|---|---|
| Manage timeoffs (time_and_attendance) | View timesheets (timesheet:read) | Manage timesheets (timesheet:write) |
get/v1/timesheets/{id}
Path parameters
idstring required
Timesheet ID
Response
Success
Example response
{
"data": {
"timesheet": {
"approval_required": true,
"break_hours": {
"hours": 35,
"minutes": 13
},
"country_code": "PRT",
"employment_id": "663e0b79-c893-45ff-a1b2-f6dcabc098b5",
"end_date": "2021-07-01",
"holiday_hours": {
"hours": 35,
"minutes": 13
},
"id": "663e0b79-c893-45ff-a1b2-f6dcabc098b5",
"night_hours": {
"hours": 35,
"minutes": 13
},
"notes": "Some notes",
"on_call_hours": {
"hours": 35,
"minutes": 13
},
"overtime_hours": {
"hours": 35,
"minutes": 13
},
"regular_hours": {
"hours": 35,
"minutes": 13
},
"start_date": "2021-07-01",
"status": "submitted",
"submitted_at": "2021-07-15T18:18:17Z",
"time_trackings": [
{
"clock_in": "2021-07-15T18:18:17Z",
"clock_out": "2021-07-15T18:18:17Z",
"has_holiday_hours": false,
"has_night_hours": false,
"has_weekend_hours": false,
"holiday_hours": {
"hours": 35,
"minutes": 13
},
"night_hours": {
"hours": 35,
"minutes": 13
},
"notes": "Time tracking project.",
"time_breakdown": {
"day": {
"holiday": {
"hours": 35,
"minutes": 13
},
"regular": {
"hours": 35,
"minutes": 13
},
"weekend": {
"hours": 35,
"minutes": 13
}
},
"night": {
"holiday": {
"hours": 35,
"minutes": 13
},
"regular": {
"hours": 35,
"minutes": 13
},
"weekend": {
"hours": 35,
"minutes": 13
}
}
},
"timezone": "Etc/UTC",
"total_hours": {
"hours": 35,
"minutes": 13
},
"type": "regular_hours",
"weekend_hours": {
"hours": 35,
"minutes": 13
}
}
],
"total_hours": {
"hours": 35,
"minutes": 13
},
"unpaid_break_hours": {
"hours": 35,
"minutes": 13
},
"weekend_hours": {
"hours": 35,
"minutes": 13
}
}
}
}