v1
latestOpenAPI 3.1.02026-07-26549156879.0 KBAttendance > EditTimesheetRequest
Reads all Edit timesheet requests
Reads all Edit timesheet requests
get/api/2026-07-01/resources/attendance/edit_timesheet_requests
Query parameters
ids[]string[]
filter by ids.
filter by ids.
[ "1", "2", "3" ]
employee_ids[]string[]
filter by employee ids.
filter by employee ids.
[ "1", "2", "3" ]
shift_idstring
filter by shift id.
Example:1
filter by shift id.
pendingboolean
filter by edit timesheet request status.
Example:true
filter by edit timesheet request status.
start_onstring
filter by edit timesheet requests that were created after or including this date.
Example:2022-01-01
filter by edit timesheet requests that were created after or including this date.
end_onstring
filter by edit timesheet requests that were created before or including this date.
Example:2022-01-01
filter by edit timesheet requests that were created before or including this date.
Response
OK
Example response
{
"data": [
{
"id": "1",
"request_type": "create_shift",
"employee_id": "1",
"workable": true,
"clock_in": "08:30:15",
"clock_out": "10:30:00",
"location_type": "office",
"reason": "Looks good!",
"attendance_shift_id": "1",
"time_settings_break_configuration_id": "1",
"observations": "Employee arrived late due to traffic",
"date": "2023-10-01",
"reference_date": "2023-09-30"
}
]
}