---
title: "List Classes"
method: GET
path: "/admin/holiday-courses/classes"
tags: ["Admin - Holiday Courses"]
---

# List Classes

`GET /admin/holiday-courses/classes`

List all holiday course classes, ordered by order field then by name.
Only accessible by admin users.

## Response `200`

Successful Response

- ClasseResponse[]
  - `id` string, required
  - `name` string, required
  - `order` integer, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

---

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