curl --request GET \
--url http://localhost:3000/v1/scheduling/timesheets{
"timesheets": [
{
"id": 123,
"employee_name": "<string>",
"employee_id": 123,
"date": "<string>",
"start_time": "<string>",
"end_time": "<string>",
"total_hours": 123,
"break_minutes": 123,
"status": "pending",
"comment": "<string>",
"area": "<string>"
}
],
"deputy_configured": true
}Get timesheets for the specified number of days from Deputy.
curl --request GET \
--url http://localhost:3000/v1/scheduling/timesheets{
"timesheets": [
{
"id": 123,
"employee_name": "<string>",
"employee_id": 123,
"date": "<string>",
"start_time": "<string>",
"end_time": "<string>",
"total_hours": 123,
"break_minutes": 123,
"status": "pending",
"comment": "<string>",
"area": "<string>"
}
],
"deputy_configured": true
}