{
"current_page": 1,
"data": [
{
"id": 1,
"user_id": 1,
"user_name": "Norma Bechtelar",
"employee_profile_id": 1,
"job_position_id": 1,
"job_position": "Junior Foreman Production",
"department_id": 3,
"department": "Finance",
"join_date": "2026-04-21",
"status_offboarding": "In Progress",
"created_at": "2025-09-14 16:32:26"
}
],
"first_page_url": "http://127.0.0.1:8000/api/v1/employee/offboardings?page=1",
"from": 1,
"last_page": 1,
"last_page_url": "http://127.0.0.1:8000/api/v1/employee/offboardings?page=1",
"links": [
{
"url": null,
"label": "« Previous",
"active": false
},
{
"url": "http://127.0.0.1:8000/api/v1/employee/offboardings?page=1",
"label": "1",
"active": true
},
{
"url": null,
"label": "Next »",
"active": false
}
],
"next_page_url": null,
"path": "http://127.0.0.1:8000/api/v1/employee/offboardings",
"per_page": 10,
"prev_page_url": null,
"to": 1,
"total": 1
}