{
"current_page": 1,
"data": [
{
"job_level_id": 1,
"job_level_name": "Staff",
"description": "Entry-level staff position.",
"employees": [
{
"id": 1,
"employee_id": 1,
"code": "00000001",
"photo_profile": "profile_photos/super_admin.jpg",
"photo_profile_url": "https://bucket.okejobhub.fun/profile_photos/super_admin.jpg",
"name": "Super Admin",
"email": "superadmin@example.com",
"roles": [
"Super Admin"
],
"department": "IT",
"job_level": "Staff",
"job_position": "Junior Foreman Production",
"created_at": "2025-08-28T06:28:38.000000Z",
"updated_at": "2025-08-28T06:32:27.000000Z"
}
],
"employees_count": 1
},
{
"job_level_id": 2,
"job_level_name": "Senior Staff",
"description": "Experienced staff with more responsibilities.",
"employees": [
{
"id": 2,
"employee_id": 2,
"code": "01010101",
"photo_profile": "profile_photos/john_doe.jpg",
"photo_profile_url": "https://bucket.okejobhub.fun/profile_photos/john_doe.jpg",
"name": "John Doe",
"email": "john.doe@example.com",
"roles": [
"Employee"
],
"department": "Finance",
"job_level": "Senior Staff",
"job_position": "Junior Foreman Production",
"created_at": "2025-08-28T06:28:38.000000Z",
"updated_at": "2025-08-28T06:28:38.000000Z"
},
{
"id": 3,
"employee_id": 3,
"code": "01010102",
"photo_profile": "profile_photos/jane_doe.jpg",
"photo_profile_url": "https://bucket.okejobhub.fun/profile_photos/jane_doe.jpg",
"name": "Jane Doe",
"email": "jane.doe@example.com",
"roles": [
"Employee"
],
"department": "Finance",
"job_level": "Senior Staff",
"job_position": "Junior Foreman Production",
"created_at": "2025-08-28T06:28:38.000000Z",
"updated_at": "2025-08-28T06:28:38.000000Z"
}
],
"employees_count": 2
},
{
"job_level_id": 3,
"job_level_name": "Team Leader",
"description": "Leads a team and coordinates work.",
"employees": [],
"employees_count": 0
},
{
"job_level_id": 4,
"job_level_name": "Manager",
"description": "Oversees department operations and strategy.",
"employees": [],
"employees_count": 0
},
{
"job_level_id": 5,
"job_level_name": "Direktur",
"description": "Executive position directing the company.",
"employees": [],
"employees_count": 0
}
],
"first_page_url": "http://127.0.0.1:8000/api/v1/employees/group/job-level?page=1",
"from": 1,
"last_page": 1,
"last_page_url": "http://127.0.0.1:8000/api/v1/employees/group/job-level?page=1",
"links": [
{
"url": null,
"label": "« Previous",
"active": false
},
{
"url": "http://127.0.0.1:8000/api/v1/employees/group/job-level?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/employees/group/job-level",
"per_page": 15,
"prev_page_url": null,
"to": 5,
"total": 5
}