{
"status": "success",
"message": "Contact references retrieved successfully",
"data": {
"current_page": 1,
"current_page_url": "http://127.0.0.1:8000/api/v1/employees/6/contact-references?page=1",
"data": [
{
"id": 2,
"employee_profile_id": 6,
"name": "Jane Smith Updated",
"relationship": "Senior Colleague",
"email": "jane.smith.updated@company.com",
"phone": "081234567894",
"occupation": "Senior Project Manager",
"company": "XYZ Corporation Ltd",
"created_at": "2025-08-16T16:17:52.000000Z",
"updated_at": "2025-08-16T16:18:09.000000Z"
},
{
"id": 1,
"employee_profile_id": 6,
"name": "John Doe Updated",
"relationship": "Former Director",
"email": "john.doe.updated@company.com",
"phone": "081234567891",
"occupation": "General Manager",
"company": "ABC Corporation Ltd",
"created_at": "2025-08-16T16:17:35.000000Z",
"updated_at": "2025-08-16T16:17:45.000000Z"
}
],
"first_page_url": "http://127.0.0.1:8000/api/v1/employees/6/contact-references?page=1",
"from": 1,
"next_page_url": null,
"path": "http://127.0.0.1:8000/api/v1/employees/6/contact-references",
"per_page": 10,
"prev_page_url": null,
"to": 2
}
}