curl --request GET \
--url http://localhost:3000/v1/scanner/timesheets{
"timesheets": [
{
"id": 123,
"employeeName": "<string>",
"employeeId": 123,
"date": "<string>",
"startTime": "<string>",
"endTime": "<string>",
"totalHours": 123,
"breakMinutes": 123,
"status": "<string>",
"comment": "<string>",
"area": "<string>"
}
],
"deputy_configured": true,
"message": "<string>",
"error": "<string>"
}Returns timesheets from Deputy for the specified number of days.
curl --request GET \
--url http://localhost:3000/v1/scanner/timesheets{
"timesheets": [
{
"id": 123,
"employeeName": "<string>",
"employeeId": 123,
"date": "<string>",
"startTime": "<string>",
"endTime": "<string>",
"totalHours": 123,
"breakMinutes": 123,
"status": "<string>",
"comment": "<string>",
"area": "<string>"
}
],
"deputy_configured": true,
"message": "<string>",
"error": "<string>"
}