---
title: "Lấy thông tin khóa học theo ID"
method: GET
path: "/academy/courses/{courseId}"
tags: ["Academy"]
---

# Lấy thông tin khóa học theo ID

`GET /academy/courses/{courseId}`

## Path parameters

- `courseId` integer, required

## Response `200`

Thành công

- 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[]
    - `lessonId` integer
    - `lessonName` string
    - `hasAttachedFile` boolean
    - `content` string
    - `videoUrl` string
    - `courseId` integer
    - `positionIndex` integer
    - `course` FireAntApiModelsAcademyCourse — recursive
  - `type` 0 | 1 — (Learning = Khóa học, Seminar = Hội thảo)
  - `benefit` string
  - `revenueCatId` string

## Other responses

- `404` — Bài giảng không tồn tại

---

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