{
"success": true,
"data": {
"staff": {
"id": 0,
"personnelId": 0,
"shopifyUserId": "string",
"userName": "string",
"email": "string",
"position": "string",
"salaryWage": {
"currencyCode": "string",
"currencyMark": "string",
"rate": 0,
"rateType": "string"
}
},
"shifts": [
{
"id": 0,
"date": "2019-08-24",
"startTime": "2019-08-24T14:15:22.123Z",
"endTime": "2019-08-24T14:15:22.123Z",
"location": "string",
"locationId": 0,
"timezone": "string",
"hours": 0,
"paidHours": 0,
"unpaidHours": 0,
"unpaidBreaks": 0,
"paidBreaks": 0,
"amount": "string",
"breaks": [
{
"breakTypeId": 0,
"name": "string",
"type": "string",
"durationMins": 0,
"startTime": "string",
"endTime": "string"
}
],
"scheduleShift": {
"id": 0,
"startTime": "2019-08-24T14:15:22.123Z",
"endTime": "2019-08-24T14:15:22.123Z",
"position": "string",
"note": "string"
},
"hasPhotos": true,
"isApproved": true,
"approvedAt": "string",
"approvedByPersonnelId": 0,
"isTimeClockEntry": true,
"isEdited": true
}
],
"timeOffs": [
{
"id": 0,
"date": "2019-08-24",
"startTime": "2019-08-24T14:15:22.123Z",
"endTime": "2019-08-24T14:15:22.123Z",
"hours": 0,
"policy": {
"id": 0,
"name": "string",
"paid": true
},
"location": "string",
"locationId": 0,
"status": "string"
}
],
"summary": {
"totalHours": 0,
"totalPaidHours": 0,
"totalUnpaidHours": 0,
"totalUnpaidBreaks": 0,
"totalTimeOffHours": 0,
"totalAmount": "string"
}
}
}