{
"success": true,
"message": "string",
"meta": {
"page": 0,
"limit": 0,
"total": 0
},
"errors": [],
"result": [
{
"id": "string",
"userId": "string",
"date": "2019-08-24T14:15:22.123Z",
"status": "PRESENT",
"checkInAt": "2019-08-24T14:15:22.123Z",
"checkOutAt": "2019-08-24T14:15:22.123Z",
"checkInMethod": "GPS",
"checkOutMethod": "GPS",
"checkInLat": 0,
"checkInLng": 0,
"checkOutLat": 0,
"checkOutLng": 0,
"checkInPhotoUrl": "http://example.com",
"checkOutPhotoUrl": "http://example.com",
"checkInIsOutOfZone": true,
"checkOutIsOutOfZone": true,
"checkInNote": "string",
"checkOutNote": "string",
"lateMinutes": 0,
"earlyLeaveMinutes": 0,
"isLate": true,
"effectiveWorkMinutes": 0,
"isMissingCheckOut": true,
"isMissingCheckIn": true,
"isAdminCorrected": true,
"adminNote": "string",
"evidenceUrl": "string",
"letterId": "string",
"markedById": "string",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z",
"user": {
"name": "string",
"image": "string",
"userType": "STUDENT"
}
}
]
}