{
"status": "success",
"message": "Users attendance data retrieved successfully",
"data": {
"data": [
{
"id": 3,
"attendance_date": "2025-10-01",
"clock": {
"in_at": "09:00",
"out_at": null,
"duration": null
},
"duration": null,
"location": {
"latitude": "-6.2000000",
"longitude": "106.8166660"
},
"shift_id": null,
"status": 0,
"clock_in_status": 1,
"clock_out_status": null,
"status_label": "Waiting",
"clock_in_status_label": "On Time",
"clock_out_status_label": "Unknown",
"notes": "Clock in from mobile app",
"approved_at": null,
"rejected_reason": null,
"remarks": null,
"metadata": {
"created_via": "ess",
"created_at": "2025-09-30T17:58:27.968139Z",
"shift_id": 1,
"shift_name": "Morning Shift",
"day_of_week": 2,
"tolerance_minutes": 200,
"work_schedule_id": 6
},
"created_at": "2025-09-30 17:58:27",
"updated_at": "2025-09-30 17:58:27"
}
],
"current_page": 1,
"per_page": 10,
"total": 1,
"last_page": 1,
"from": 1,
"to": 1,
"first": "http://127.0.0.1:8000/api/ess/attendance/history?page=1",
"last": "http://127.0.0.1:8000/api/ess/attendance/history?page=1",
"prev": null,
"next": null
}
}