{
"status": "success",
"message": "Work experiences retrieved successfully",
"data": {
"current_page": 1,
"current_page_url": "http://127.0.0.1:8000/api/v1/employees/1/work-experiences?page=1",
"data": [
{
"id": 1,
"employee_profile_id": 1,
"company": "PT Teknologi Indonesia (Updated)",
"initial_position": "Junior Developer",
"final_position": "Lead Developer",
"supervisor": "Jane Smith",
"supervisor_contact": "081234567891",
"company_address": "Jakarta Pusat",
"start_date": "2020-01-01T00:00:00.000000Z",
"end_date": "2023-12-31T00:00:00.000000Z",
"last_salary": "18000000.00",
"reason_for_resign": "Better opportunity",
"created_at": "2025-08-16T15:36:46.000000Z",
"updated_at": "2025-08-16T15:36:59.000000Z"
},
{
"id": 3,
"employee_profile_id": 1,
"company": "PT XYZ Solutions (Bulk Updated)",
"initial_position": "Junior Developer",
"final_position": "Senior Developer",
"supervisor": "Sarah Wilson Sr.",
"supervisor_contact": "082222222222",
"company_address": "Surabaya Timur",
"start_date": "2019-01-01T00:00:00.000000Z",
"end_date": "2020-12-31T00:00:00.000000Z",
"last_salary": "14000000.00",
"reason_for_resign": "Better position",
"created_at": "2025-08-16T15:37:14.000000Z",
"updated_at": "2025-08-16T15:37:41.000000Z"
}
],
"first_page_url": "http://127.0.0.1:8000/api/v1/employees/1/work-experiences?page=1",
"from": 1,
"next_page_url": null,
"path": "http://127.0.0.1:8000/api/v1/employees/1/work-experiences",
"per_page": 10,
"prev_page_url": null,
"to": 2
}
}