{
"status": "success",
"message": "Daftar business trip berhasil diambil.",
"data": [
{
"id": 2,
"user_id": 2,
"tenant_id": 1,
"start_date": "2026-05-05T17:00:00.000000Z",
"end_date": "2026-05-07T17:00:00.000000Z",
"destination": "Port Chaddton",
"reason": "Pengajuan dinas untuk meeting koordinasi.",
"status": 0,
"status_str": "Waiting",
"approved_at": null,
"approved_by_id": null,
"rejected_reason": null,
"metadata": {
"seeded": true,
"type": "waiting"
},
"user": {
"id": 2,
"name": "John Doe",
"email": "john.doe@example.com",
"phone": null,
"employee_id": 2,
"employee_code": "01010101",
"photo_profile": "profile_photos/john_doe.jpg",
"photo_profile_url": "https://s3.caturpilar.com/okejob-bucket/profile_photos/john_doe.jpg"
},
"approver": null,
"created_at": "2026-04-28T22:14:05.000000Z",
"updated_at": "2026-04-28T22:14:05.000000Z",
"deleted_at": null
}
],
"pagination": {
"current_page": 1,
"per_page": 1,
"total": 15,
"last_page": 15,
"from": 1,
"to": 1,
"first": "http://127.0.0.1:8000/api/v1/employee/business-trips?page=1",
"last": "http://127.0.0.1:8000/api/v1/employee/business-trips?page=15",
"prev": null,
"next": "http://127.0.0.1:8000/api/v1/employee/business-trips?page=2"
}
}