{
"data": [
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"employee_number": "EMP-1001",
"first_name": "John",
"last_name": "Doe",
"email": "john.doe@company.com",
"phone": "+628123456789",
"department_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"department": {
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "Engineering",
"code": "ENG",
"parent_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"created_at": "2025-01-12T10:15:00Z"
},
"hired_at": "2020-01-15",
"status": "active",
"current_salary": 15000000,
"latest_payroll_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"latest_payroll": {
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"employee_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"period_year": 2025,
"period_month": 11,
"gross_amount": 12500000,
"net_amount": 11250000,
"status": "draft",
"items": [
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"component_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"component_name": "Basic Salary",
"amount": 10000000,
"note": "Monthly base salary"
}
],
"generated_at": "2025-11-26T14:30:00Z",
"paid_at": "2019-08-24T14:15:22.123Z",
"created_at": "2025-11-25T09:00:00Z"
},
"created_at": "2025-01-15T08:00:00Z",
"updated_at": "2025-01-20T10:30:00Z"
}
],
"meta": {
"current_page": 1,
"per_page": 25,
"total": 120,
"last_page": 5,
"from": 1,
"to": 25
}
}