---
title: "Lấy danh sách tin tức"
method: GET
path: "/academy/news"
tags: ["Academy"]
---

# Lấy danh sách tin tức

`GET /academy/news`

## Query parameters

- `isHot` boolean
- `offset` integer
- `limit` integer

## Response `200`

Thành công

- FireAntApiModelsAcademyNews[]
  - `newsId` integer
  - `title` string
  - `content` string
  - `description` string
  - `isHot` boolean
  - `date` string, date-time
  - `hasAttachedFile` boolean
  - `approved` boolean
  - `createdDate` string, date-time
  - `lastModifiedBy` string
  - `lastModifiedDate` string, date-time

## Other responses

- `500` — Có lỗi khi lấy tin 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)
