---
title: "Get Holiday Sub Chapitres For Chapitre With Details"
method: GET
path: "/holiday-courses/chapitres/{chapitre_id}/subchapitres"
tags: ["Holiday Courses - Student"]
---

# Get Holiday Sub Chapitres For Chapitre With Details

`GET /holiday-courses/chapitres/{chapitre_id}/subchapitres`

Returns all HolidayCourseSubChapitre for the specified chapitre_id, ordered by order.
Includes student progress information and total exercise count for each sub-chapitre.

## Path parameters

- `chapitre_id` string, required

## Response `200`

Successful Response

- SubChapitreWithDetails[]
  - `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
  - `total_exercise_count` integer

## 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/a8ae0e0c0570?raw)
