{
"status": true,
"code": 0,
"message": "string",
"data": {
"items": [
{
"employee_id": 0,
"employee_code": null,
"name": "string",
"email": "string",
"phone": "string",
"identity_card": null,
"picture": "string",
"job_title": "string",
"is_active": 0,
"join_date": "string",
"end_date": null,
"company_code": "string",
"employee_level_id": 0,
"department_id": 0,
"created_at": "string",
"updated_at": "string",
"level_name": "string",
"level_code": "string",
"level_order": 0,
"department_name": "string",
"department_code": "string",
"company_name": "string"
}
],
"pagination": {
"page": 0,
"limit": 0,
"total": 0,
"total_pages": 0
},
"meta": {
"search": "string",
"sort_by": "string",
"sort_dir": "string"
}
}
}