Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
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.
Number of days to look back for timesheets
1 <= x <= 90
7
List of timesheets
Show child attributes