---
title: "Get Subchapitre By Id"
method: GET
path: "/holiday-courses/subchapitres/{sub_chapitre_id}"
tags: ["Holiday Courses - Student"]
---

# Get Subchapitre By Id

`GET /holiday-courses/subchapitres/{sub_chapitre_id}`

Returns a specific HolidayCourseSubChapitre by ID with student progress information.

## Path parameters

- `sub_chapitre_id` string, required

## Response `200`

Successful Response

- SubChapitreWithProgress — Response model that extends HolidayCourseSubChapitre with student progress information.
  - `id` string, required
  - `name` string, required
  - `chapitre_id` string, required
  - `order` integer, required
  - `description` string, nullable
  - `course_content_id` string, nullable
  - `created_at` string, required
  - `updated_at` string, required
  - `student_progress_status` string, nullable
  - `content_fully_viewed` boolean, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/excellence-ai/apis/excellence-learning.md) · [All operations](https://skmtc.dev/excellence-ai/apis/excellence-learning/llms.txt) · [OpenAPI document](https://skmtc.dev/excellence-ai/apis/excellence-learning/revisions/2a0c1636fd3b?raw)
