{
"status": "success",
"message": "Employees fetched successfully",
"data": {
"current_page": 1,
"current_page_url": "http://127.0.0.1:8000/api/v1/employees?page=1",
"data": [
{
"id": 1,
"user_id": 2,
"name": "John Doe",
"email": "john.doe@example.com",
"phone_number": "+628123456789",
"department": "Finance",
"department_id": 3,
"job_level": "Senior Staff",
"job_level_id": 2,
"job_position": "Junior Foreman Production",
"job_position_id": 1,
"status": 1,
"start_date": "2024-01-01T00:00:00.000000Z",
"end_date": null,
"photo_profile": "profile_photos/john_doe.jpg",
"created_at": "2025-08-16T20:30:08.000000Z",
"updated_at": "2025-08-16T20:30:08.000000Z",
"deleted_at": null
}
],
"first_page_url": "http://127.0.0.1:8000/api/v1/employees?page=1",
"from": 1,
"next_page_url": null,
"path": "http://127.0.0.1:8000/api/v1/employees",
"per_page": 10,
"prev_page_url": null,
"to": 1
}
}