---
title: "Get Chapitre"
method: GET
path: "/admin/holiday-courses/chapitres/{chapitre_id}"
tags: ["Admin - Holiday Courses"]
---

# Get Chapitre

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

Get a single holiday course chapitre by ID.
Only accessible by admin users.

## Path parameters

- `chapitre_id` string, required — The ID of the holiday course chapitre

## Response `200`

Successful Response

- ChapitreResponse — Response model for holiday course chapitre
  - `id` string, required
  - `name` string, required
  - `classe_id` string, required
  - `order` integer, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

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