Q3 Roadmap: Embedded Notifications, Embedded Commissions, Tips and more!
curl --location --request GET '/api/timesheets/reportPerEmployee?startDate&endDate'
{
"data": [
{
"amount": 160,
"duration": 450,
"employeeId": "emp_001",
"externalId": "ext_emp_001",
"totalUnpaidBreaks": 30
}
],
"totals": {
"duration": 450,
"totalUnpaidBreaks": 30,
"amount": 160
}
}