---
title: "Get Chapitres For Classe"
method: GET
path: "/holiday-courses/classes/{classe_id}/chapitres"
tags: ["Holiday Courses - Student"]
---

# Get Chapitres For Classe

`GET /holiday-courses/classes/{classe_id}/chapitres`

Returns all HolidayCourseChapitre for the specified classe_id, ordered by order.

## Path parameters

- `classe_id` string, required

## Response `200`

Successful Response

- HolidayCourseChapitre[]
  - `_id` string
  - `name` string, required
  - `classe_id` string, required
  - `order` integer
  - `created_at` string, date-time
  - `updated_at` string, date-time

## 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)
