{
"id": "string",
"date": "2019-08-24",
"userId": "string",
"user": {
"id": "string",
"name": "string",
"image": "string"
},
"slot": {
"id": "string",
"code": "string",
"label": "string",
"kind": "DAILY",
"requiresCheckOut": true
},
"outcome": "PENDING",
"reason": {
"id": "string",
"code": "string",
"label": "string",
"effect": "COUNTS_PRESENT"
},
"checkInAt": "2019-08-24T14:15:22.123Z",
"checkOutAt": "2019-08-24T14:15:22.123Z",
"isLate": true,
"lateMinutes": 0,
"isEarlyLeave": true,
"earlyLeaveMinutes": 0,
"missingCheckIn": true,
"missingCheckOut": true,
"workMinutes": 0,
"isManualOverride": true,
"note": "string",
"personType": "STUDENT",
"classId": "string",
"windowSnapshot": {
"property1": "string",
"property2": "string"
},
"source": "SELF",
"resolvedAt": "2019-08-24T14:15:22.123Z",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z",
"punches": [
{
"id": "string",
"type": "CHECK_IN",
"method": "LOCATION",
"occurredAt": "2019-08-24T14:15:22.123Z",
"slotId": "string",
"latitude": 0,
"longitude": 0,
"accuracyMeters": 0,
"zoneId": "string",
"zoneName": "string",
"isOutOfZone": true,
"photoKey": "string",
"note": "string",
"deviceId": "string",
"recordedById": "string",
"recordedByName": "string",
"isVoided": true,
"createdAt": "2019-08-24T14:15:22.123Z"
}
]
}