{
"status": "success",
"message": "Educations retrieved successfully",
"data": {
"current_page": 1,
"current_page_url": "http://127.0.0.1:8000/api/v1/employees/1/educations?page=1",
"data": [
{
"id": 5,
"employee_profile_id": 1,
"category": "non_formal",
"institution": "Udemy",
"major": "Web Development",
"location": "Online",
"start_date": "2023-07-01T00:00:00.000000Z",
"graduation_date": "2023-09-15T00:00:00.000000Z",
"gpa": "3.80",
"notes": "Online course",
"created_at": "2025-08-15T01:41:28.000000Z",
"updated_at": "2025-08-15T01:41:28.000000Z"
},
{
"id": 4,
"employee_profile_id": 1,
"category": "non_formal",
"institution": "Coursera",
"major": "Machine Learning",
"location": "Online",
"start_date": "2023-01-01T00:00:00.000000Z",
"graduation_date": "2023-06-15T00:00:00.000000Z",
"gpa": "4.00",
"notes": "Online certification - UPDATED via PATCH",
"created_at": "2025-08-15T01:39:52.000000Z",
"updated_at": "2025-08-15T01:41:59.000000Z"
},
{
"id": 1,
"employee_profile_id": 1,
"category": "formal",
"institution": "Universitas Indonesia",
"major": "Computer Science",
"location": "Jakarta",
"start_date": "2018-08-01T00:00:00.000000Z",
"graduation_date": "2022-07-15T00:00:00.000000Z",
"gpa": "4.00",
"notes": "Final test - PUT method works perfectly!",
"created_at": "2025-08-15T01:32:07.000000Z",
"updated_at": "2025-08-15T01:44:04.000000Z"
},
{
"id": 2,
"employee_profile_id": 1,
"category": "formal",
"institution": "SMA Negeri 1 Jakarta",
"major": "IPA",
"location": "Jakarta",
"start_date": "2015-07-01T00:00:00.000000Z",
"graduation_date": "2018-06-15T00:00:00.000000Z",
"gpa": "3.90",
"notes": "High school education",
"created_at": "2025-08-15T01:32:43.000000Z",
"updated_at": "2025-08-15T01:32:43.000000Z"
}
],
"first_page_url": "http://127.0.0.1:8000/api/v1/employees/1/educations?page=1",
"from": 1,
"next_page_url": null,
"path": "http://127.0.0.1:8000/api/v1/employees/1/educations",
"per_page": 10,
"prev_page_url": null,
"to": 4
}
}