v1
latestOpenAPI 3.1.02026-07-242735131.1 MBTimesheets
List timesheets for the authenticated employee
Returns a paginated list of timesheets for the authenticated employee.
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/employee/timesheets
Query parameters
pageinteger
Starts fetching records after the given page
page_sizeinteger
Number of items per page
Response
Success
Example response
{
"data": {
"status": "ok"
}
}