---
title: "List Linked Exercises For Sub Chapitre"
method: GET
path: "/admin/holiday-courses/subchapitres/{sub_chapitre_id}/linked-exercises"
tags: ["Admin - Holiday Courses"]
---

# List Linked Exercises For Sub Chapitre

`GET /admin/holiday-courses/subchapitres/{sub_chapitre_id}/linked-exercises`

List all exercises linked to a specific sub-chapitre.

Returns detailed information about each linked exercise including
the exercise title, difficulty, and content for admin management.

Only accessible by admin users.

## Path parameters

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

## Response `200`

Successful Response

- LinkedExerciseDetail[]
  - `id` string, required
  - `sub_chapitre_id` string, required
  - `holiday_course_exercise_id` string, required
  - `is_default_for_sub_chapitre` boolean, required
  - `created_at` string, date-time, required
  - `exercise_title` string, nullable
  - `exercise_difficulty` string, required
  - `exercise_content` string, nullable
  - `exercise_solution` string, nullable
  - `exercise_hints1` string, nullable
  - `exercise_hints2` string, nullable
  - `exercise_hints3` string, 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/e75413b9576a?raw)
