{
"id": "string",
"date": "2019-08-24",
"userId": "string",
"user": {
"name": "string",
"image": "string"
},
"slotId": "string",
"slotLabel": "string",
"outcome": "PENDING",
"reasonId": "string",
"reasonLabel": "string",
"personType": "STUDENT",
"classId": "string",
"className": "string",
"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",
"source": "SELF",
"checkIn": {
"eventId": "string",
"method": "LOCATION",
"zoneId": "string",
"zoneName": "string",
"isOutOfZone": true,
"latitude": 0,
"longitude": 0
},
"checkOut": {
"eventId": "string",
"method": "LOCATION",
"zoneId": "string",
"zoneName": "string",
"isOutOfZone": true,
"latitude": 0,
"longitude": 0
}
}