---
title: "GET /api/answers/{id}/next_lesson/{employee_uid}"
method: GET
path: "/api/answers/{id}/next_lesson/{employee_uid}"
tags: ["api"]
---

# GET /api/answers/{id}/next_lesson/{employee_uid}

`GET /api/answers/{id}/next_lesson/{employee_uid}`

## Response `200`

OK

- EmployeeLesson
  - `id` string, uuid
  - `employee_training` string, uuid, required
  - `lesson` Lesson
    - `id` string, uuid
    - `title` string
    - `subtitle` string
    - `curriculum` Curriculum, required
      - `id` string, uuid
      - `title` string, required
      - `subtitle` string, required
      - `company` string, uuid
      - `curriculum_type` string, uuid, required
      - `training_sample` string, uri, nullable
      - `is_technical` boolean
      - `is_archived` boolean
      - `is_published` boolean
      - `is_editable` boolean
      - `author_name` string
      - `author_icon_url` string, nullable
      - `is_already_in_use` string
      - `active_training_id` string
      - `is_available_for_free` boolean
      - `curriculum_type_details` CurriculumType
        - `id` string, uuid
        - `name` string, required
        - `titles` string
      - `action_id` 'lesson_submit' | 'branching'
      - `includes_video` string
      - `average_length` string
    - `note` string
    - `summary` string
    - `help_content` string, uri, nullable
    - `written_content` string, uri, nullable
    - `explanation_content` string, uri, nullable
    - `position` integer
    - `questions` Question[]
      - `id` string, uuid
      - `title` string
      - `explanation` string, uri, required
      - `position` integer
      - `lesson` string, uuid, required
      - `answers` QuestionAnswer[], required
        - `id` string, uuid
        - `answer` string, required — You must use the Slack nomenclature for the markdown, for more info visit: https://api.slack.com/reference/surfaces/formatting
        - `correct` boolean
        - `position` integer
        - `lesson_question` string, uuid, required
        - `next_lesson` string, uuid, nullable
        - `explanation` string, nullable — You must use the Slack nomenclature for the markdown, for more info visit: https://api.slack.com/reference/surfaces/formatting
      - `type` 'multi_select' | 'multi_choice'
      - `curriculum_id` string, required
      - `curriculum_title` string, required
      - `curriculum_action_id` string, required
      - `lesson_id` string
    - `video_url` string, uri, nullable
    - `video_position` 'bottom' | 'top'
    - `includes_video` boolean
    - `employees_assigned` string
    - `employees_finished` string
    - `is_simple_form` boolean
    - `lesson_custom_video` CustomLessonVideo[]
      - `id` string, uuid
      - `lesson` string, uuid, nullable
      - `service_id` integer
      - `name` string, required
      - `duration` integer
      - `hashed_id` string
      - `progress` string, decimal, required
      - `thumbnail` string, required
      - `processed` boolean
      - `plays` integer
  - `finished` boolean
  - `checked_answers` string
  - `average_length` string
  - `score` 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)
