---
title: "Get Folder list of featured"
method: GET
path: "/v2/word_list/featured_list"
tags: ["WordList"]
---

# Get Folder list of featured

`GET /v2/word_list/featured_list`

Get Folder list of featured

## Query parameters

- `topic` string
- `tags` string
- `next_token` string

## Response `200`

success, the list in Data is []*model.WordListFeaturedFolder

- object
  - `code` integer — 0=success，only parse data when code=0
  - `data` object — real data
    - `list` BluenteInternalCourseV2ModelWordListFeaturedFolder[] — It is a list of elements
      - `code` string
      - `created_at` BluenteInternalCourseV2ModelCustomTime
        - `time.Time` string
      - `deleted` integer — 1=deleted
      - `folder_name` string — the word folder name
      - `id` integer
      - `image_url` string — the cover of this list
      - `saved_count` integer — how many items are saved to this folder
      - `tags` string[] — previously tags in mongo, also call industries
      - `topic` string — the topic of this featured list
      - `updated_at` BluenteInternalCourseV2ModelCustomTime
        - `time.Time` string
      - `uuid` string — the uuid of this course read from mongodb
    - `next_token` string — next_token for page list
  - `message` string — tip message

---

[API](https://skmtc.net/bluente/apis/bluente-api.md) · [All operations](https://skmtc.net/bluente/apis/bluente-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bluente/bluente-api/revisions/5c90e58bf672/schema)
