Q3 Roadmap: Embedded Notifications, Embedded Commissions, Tips and more!
curl --location --request GET '/api/timesheets/reports?startDate&endDate'
{
"days": [
{
"amount": 160,
"day": "2023-10-27",
"duration": 450,
"employeeId": "emp_001",
"externalId": "ext_emp_001",
"locationId": "loc_001",
"organizationId": "org_12345",
"totalUnpaidBreaks": 30,
"hoursWorked": "7.5",
"locked": false
}
],
"totals": {
"totalUnpaidBreaks": 30,
"duration": 450,
"amount": 160
}
}