{
"status": "success",
"message": "Overtime data retrieved successfully",
"data": {
"data": [
{
"id": 75,
"user_id": 2,
"overtime_date": "2025-12-15",
"start_time": "18:57",
"end_time": "19:44",
"duration": -47,
"status": 2,
"status_label": "Approved",
"notes": null,
"approved_by": 3,
"approver": {
"id": 3,
"name": "Norma Bechtelar"
},
"request_date": "2025-12-11",
"created_at": "2025-12-19 12:51:56",
"updated_at": "2025-12-19 12:51:56"
},
{
"id": 70,
"user_id": 2,
"overtime_date": "2025-12-12",
"start_time": "17:31",
"end_time": "22:10",
"duration": -279,
"status": 2,
"status_label": "Approved",
"notes": "Client meeting preparation",
"approved_by": 1,
"approver": {
"id": 1,
"name": "Superadmin ESS"
},
"request_date": "2025-12-09",
"created_at": "2025-12-19 12:51:56",
"updated_at": "2025-12-19 12:51:56"
},
{
"id": 41,
"user_id": 2,
"overtime_date": "2025-12-04",
"start_time": "18:57",
"end_time": "22:16",
"duration": -199,
"status": 1,
"status_label": "Pending",
"notes": "Emergency support",
"approved_by": null,
"request_date": "2025-12-01",
"created_at": "2025-12-13 16:43:37",
"updated_at": "2025-12-13 16:43:37"
},
{
"id": 39,
"user_id": 2,
"overtime_date": "2025-11-21",
"start_time": "18:40",
"end_time": "19:20",
"duration": -40,
"status": 1,
"status_label": "Pending",
"notes": "Performance optimization",
"approved_by": null,
"request_date": "2025-11-17",
"created_at": "2025-12-13 16:43:20",
"updated_at": "2025-12-13 16:43:20"
},
{
"id": 64,
"user_id": 2,
"overtime_date": "2025-11-18",
"start_time": "18:40",
"end_time": "21:20",
"duration": -160,
"status": 2,
"status_label": "Approved",
"notes": "Project deadline approaching",
"approved_by": 1,
"approver": {
"id": 1,
"name": "Superadmin ESS"
},
"request_date": "2025-11-13",
"created_at": "2025-12-13 16:46:25",
"updated_at": "2025-12-13 16:46:25"
},
{
"id": 74,
"user_id": 2,
"overtime_date": "2025-11-14",
"start_time": "18:54",
"end_time": "19:21",
"duration": -27,
"status": 2,
"status_label": "Approved",
"notes": "Monthly report completion",
"approved_by": 3,
"approver": {
"id": 3,
"name": "Norma Bechtelar"
},
"request_date": "2025-11-13",
"created_at": "2025-12-19 12:51:56",
"updated_at": "2025-12-19 12:51:56"
},
{
"id": 62,
"user_id": 2,
"overtime_date": "2025-11-13",
"start_time": "17:37",
"end_time": "21:41",
"duration": -244,
"status": 2,
"status_label": "Approved",
"notes": "Code review and testing",
"approved_by": 3,
"approver": {
"id": 3,
"name": "Norma Bechtelar"
},
"request_date": "2025-11-06",
"created_at": "2025-12-13 16:46:25",
"updated_at": "2025-12-13 16:46:25"
},
{
"id": 24,
"user_id": 2,
"overtime_date": "2025-11-10",
"start_time": "18:53",
"end_time": "22:36",
"duration": -223,
"status": 1,
"status_label": "Pending",
"notes": "Project deadline approaching",
"approved_by": null,
"request_date": "2025-11-09",
"created_at": "2025-12-13 16:42:04",
"updated_at": "2025-12-13 16:42:04"
},
{
"id": 58,
"user_id": 2,
"overtime_date": "2025-11-05",
"start_time": "18:44",
"end_time": "21:31",
"duration": -167,
"status": 2,
"status_label": "Approved",
"notes": "Monthly report completion",
"approved_by": 3,
"approver": {
"id": 3,
"name": "Norma Bechtelar"
},
"request_date": "2025-11-02",
"created_at": "2025-12-13 16:46:25",
"updated_at": "2025-12-13 16:46:25"
},
{
"id": 43,
"user_id": 2,
"overtime_date": "2025-11-03",
"start_time": "18:59",
"end_time": "22:23",
"duration": -204,
"status": 1,
"status_label": "Pending",
"notes": "Emergency support",
"approved_by": null,
"request_date": "2025-10-29",
"created_at": "2025-12-13 16:43:37",
"updated_at": "2025-12-13 16:43:37"
}
],
"current_page": 1,
"per_page": 10,
"total": 31,
"last_page": 4,
"from": 1,
"to": 10,
"first": "http://127.0.0.1:8000/api/emdash/my-overtime?page=1",
"last": "http://127.0.0.1:8000/api/emdash/my-overtime?page=4",
"prev": null,
"next": "http://127.0.0.1:8000/api/emdash/my-overtime?page=2"
}
}