---
title: "Get Classe Full Structure"
method: GET
path: "/holiday-courses/classes/{classe_id}/full-structure"
tags: ["Holiday Courses - Student"]
---

# Get Classe Full Structure

`GET /holiday-courses/classes/{classe_id}/full-structure`

Returns the complete structure for a classe: all chapitres with their sub-chapitres and progress.
This is optimized for the linear progression view.

## Path parameters

- `classe_id` string, required

## Response `200`

Successful Response

- FullClasseStructure — Response model for the full structure of a classe with all chapitres and sub-chapitres.
  - `classe_id` string, required
  - `classe_name` string, required
  - `chapitres` ChapitreWithSubChapitres[], required
    - `chapitre_id` string, required
    - `chapitre_name` string, required
    - `chapitre_order` integer, required
    - `sub_chapitres` SubChapitreWithProgress[], required
      - `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)
