{
"status": "success",
"message": "Experience Employee Detail Retrived Successfully",
"data": [
{
"user_id": 9,
"name": "Adista Prasetya",
"profile_id": 8,
"branch_name": "West Branch Primary",
"job_position": "Junior Foreman Production",
"experience_years": 0
},
{
"user_id": 62,
"name": "Agus Sutrisno",
"profile_id": 55,
"branch_name": "West Branch Primary",
"job_position": "Staf Accounting",
"experience_years": 0
},
{
"user_id": 74,
"name": "Ahmad Nugroho",
"profile_id": 67,
"branch_name": "West Branch Primary",
"job_position": "Production Manager",
"experience_years": 0
},
{
"user_id": 64,
"name": "Ayu Sari",
"profile_id": 57,
"branch_name": "West Branch Primary",
"job_position": "Junior",
"experience_years": 0
},
{
"user_id": 29,
"name": "Bella Kusuma",
"profile_id": 22,
"branch_name": "West Branch Primary",
"job_position": "Test",
"experience_years": 0
},
{
"user_id": 52,
"name": "Bella Susanto",
"profile_id": 45,
"branch_name": "West Branch Primary",
"job_position": "Production Manager",
"experience_years": 0
},
{
"user_id": 56,
"name": "Budi Rahayu",
"profile_id": 49,
"branch_name": "West Branch Primary",
"job_position": "Production Manager",
"experience_years": 0
},
{
"user_id": 63,
"name": "Budi Sari",
"profile_id": 56,
"branch_name": "West Branch Primary",
"job_position": "Staf Accounting",
"experience_years": 0
},
{
"user_id": 73,
"name": "Budi Sari",
"profile_id": 66,
"branch_name": "West Branch Primary",
"job_position": "Production Manager",
"experience_years": 0
},
{
"user_id": 70,
"name": "Citra Kurniawan",
"profile_id": 63,
"branch_name": "West Branch Primary",
"job_position": "Production Manager",
"experience_years": 0
}
],
"pagination": {
"current_page": 1,
"per_page": 10,
"total": 73,
"last_page": 8,
"from": 1,
"to": 10,
"first": "http://127.0.0.1:8000/api/v1/dashboard/analytic/experience-employee-detail?page=1",
"last": "http://127.0.0.1:8000/api/v1/dashboard/analytic/experience-employee-detail?page=8",
"prev": null,
"next": "http://127.0.0.1:8000/api/v1/dashboard/analytic/experience-employee-detail?page=2"
}
}