curl --location --request GET '/api/rest/timesheets/shop/?from&to&personnelIds&locationIds&limit&offset'{
"success": true,
"data": {
"count": 0,
"limit": 0,
"offset": 0,
"previous": {},
"next": {},
"results": [
{
"id": 0,
"personnelId": 0,
"shopifyUserId": "string",
"userName": "string",
"email": "string",
"position": "string",
"avatarFile": "string",
"locations": [
{
"id": 0,
"name": "string",
"shopifyLocationId": "string",
"timezone": "string"
}
],
"salaryWage": {
"currencyCode": "string",
"currencyMark": "string",
"rate": 0,
"rateType": "string"
},
"totalHours": 0,
"totalPaidHours": 0,
"totalUnpaidHours": 0,
"totalUnpaidBreaks": 0,
"totalTimeOffHours": 0,
"amount": "string",
"totalApprovedShiftsCount": 0,
"totalPendingApprovalShiftsCount": 0
}
]
}
}