---
title: "Lấy danh sách thuật ngữ"
method: GET
path: "/investopedia/terms"
tags: ["Investopedia"]
---

# Lấy danh sách thuật ngữ

`GET /investopedia/terms`

## Query parameters

- `categoryId` integer
- `startWith` string
- `isMostRead` boolean
- `isLastest` boolean
- `offset` integer
- `limit` integer

## Response `200`

Thành công

- FireAntApiModelsInvestopediaInvestopediaTerm[]
  - `termId` integer
  - `categoryId` integer
  - `category` FireAntApiModelsInvestopediaInvestopediaCategory
    - `categoryID` integer
    - `name` string
  - `termKey` string
  - `name` string
  - `englishName` string
  - `excerpt` string
  - `content` string
  - `created` string, date-time
  - `modified` string, date-time
  - `views` integer
  - `videoUrl` string

## Other responses

- `500` — Lỗi hệ thống

---

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