---
title: "List of employee educations"
method: GET
path: "/employees/{employee_id}/educations"
tags: ["Employees"]
---

# List of employee educations

`GET /employees/{employee_id}/educations`

Return educations of an employee

## Response `200`

OK

- object
  - `data` EmployeeEducation[]
    - `id` integer, required
    - `school` string, required
    - `degree` string, required
    - `from_year` string
    - `to_year` string
    - `grade` string
    - `created_at` string, date-time
    - `updated_at` string, date-time

---

[API](https://skmtc.net/peopleforce/apis/company-api.md) · [All operations](https://skmtc.net/peopleforce/apis/company-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/peopleforce/company-api/revisions/ff612e61a4c3/schema)
