---
title: "GET /api/employees/{id}/simple-trainings"
method: GET
path: "/api/employees/{id}/simple-trainings"
tags: ["api"]
---

# GET /api/employees/{id}/simple-trainings

`GET /api/employees/{id}/simple-trainings`

Retrieve Employee Trainings list by Employee
Id with the percentage of completed lessons .

## Query parameters

- `page` integer
- `page_size` integer

## Response `200`

OK

- object
  - `count` integer, required
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` EmployeeTrainingsWithoutLessons[], required
    - `id` string, uuid
    - `year` integer
    - `start_date` string, date-time
    - `renew_date` string, required
    - `renew_cycle` string, required
    - `due_date` string, date-time, nullable
    - `finish_date` string, date-time, nullable
    - `active` boolean
    - `deactivated_date` string, date-time
    - `completed_percentage` string
    - `completed_lessons` string
    - `total_lessons` string
    - `completed_assessments` string
    - `total_assessments` string
    - `company_training_id` string, required
    - `curriculum_title` string, required
    - `curriculum_action_id` string, required
    - `total_employees` string
    - `latest_grade` string
    - `employees_completed_training` string

---

[API](https://skmtc.net/haekka/apis/snippets-api.md) · [All operations](https://skmtc.net/haekka/apis/snippets-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/haekka/snippets-api/versions/2a72ba99e389/schema)
