---
title: "Lấy thông tin lịch học"
method: GET
path: "/academy/classes/{classId}/schedule"
tags: ["Academy"]
---

# Lấy thông tin lịch học

`GET /academy/classes/{classId}/schedule`

## Path parameters

- `classId` integer, required

## Response `200`

Thành công

- FireAntApiModelsAcademyCourseSchedule[]
  - `scheduleId` integer
  - `classId` integer
  - `time` string, date-time
  - `teacherUserName` string
  - `status` 0 | 1 | 2 — (NotStarted = Chưa bắt đầu, Completed = Đã hoàn thành, Cancelled = Đã hủy)
  - `note` string
  - `lessons` FireAntApiModelsAcademyLesson[]
    - `lessonId` integer
    - `lessonName` string
    - `hasAttachedFile` boolean
    - `content` string
    - `videoUrl` string
    - `courseId` integer
    - `positionIndex` integer
    - `course` FireAntApiModelsAcademyCourse
      - `courseId` integer
      - `name` string
      - `duration` integer
      - `lessonsAmount` integer
      - `timetable` string
      - `description` string
      - `content` string
      - `objective` string
      - `level` string
      - `fee` number, double
      - `subject` FireAntApiModelsAcademySubject
        - `subjectId` integer
        - `name` string
      - `isHot` boolean
      - `image` string, byte
      - `introduction` string
      - `isOnline` boolean
      - `classId` integer
      - `teachers` FireAntApiModelsAcademyTeacher[]
        - `roleId` integer
        - `id` string
        - `userName` string
        - `name` string
        - `introduction` string
        - `gender` 0 | 1 — (Male = Nam, Female = Nữ)
        - `photo` string, byte
      - `lessons` FireAntApiModelsAcademyLesson[]
      - `type` 0 | 1 — (Learning = Khóa học, Seminar = Hội thảo)
      - `benefit` string
      - `revenueCatId` string

## Other responses

- `400` — Có lỗi khi thực hiện thao tác

---

[API](https://skmtc.dev/fireant/apis/fireant-restful-api.md) · [All operations](https://skmtc.dev/fireant/apis/fireant-restful-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fireant/fireant-restful-api/revisions/12bfdf99ab50/schema)
