---
title: "Lấy bài viết của watchlist"
method: GET
path: "/me/watchlists/{watchlistID}/posts"
tags: ["Me"]
---

# Lấy bài viết của watchlist

`GET /me/watchlists/{watchlistID}/posts`

## Path parameters

- `watchlistID` integer, required

## Query parameters

- `type` integer
- `offset` integer
- `limit` integer

## Response `200`

Thành công

- FireAntApiModelsPostsPost[]
  - `postID` integer
  - `userName` string
  - `user` FireAntApiModelsUsersUserItem
    - `id` string
    - `name` string
    - `bio` string
    - `isAuthentic` boolean
    - `followed` boolean
  - `title` string
  - `description` string
  - `summary` string
  - `hasSummary` boolean
  - `type` integer
  - `newsType` integer
  - `videoUrl` string
  - `videoThumbnailUrl` string
  - `videoWidth` integer
  - `videoHeight` integer
  - `language` string
  - `postGroup` FireAntApiModelsPostsPostGroup
    - `postGroupID` integer
    - `name` string
    - `description` string
  - `postSource` FireAntApiModelsPostsPostSource
    - `postSourceID` integer
    - `name` string
    - `url` string
  - `isSourceContentFull` boolean
  - `postSourceUrl` string
  - `content` string
  - `originalContent` string
  - `contentURL` string
  - `isAIGenerated` boolean
  - `date` string, date-time
  - `priority` integer
  - `hasImage` boolean
  - `hasFile` boolean
  - `link` string
  - `linkImage` string
  - `linkTitle` string
  - `linkDescription` string
  - `sentiment` integer
  - `approved` boolean
  - `isTop` boolean
  - `isExpertIdea` boolean
  - `liked` boolean
  - `totalLikes` integer
  - `totalReplies` integer
  - `totalShares` integer
  - `replyToPostID` integer
  - `referToPostID` integer
  - `taggedSymbols` FireAntApiModelsPostsTaggedSymbol[]
    - `symbol` string
    - `price` number, double
    - `change` number, double
    - `percentChange` number, double
    - `changeSince` number, double
    - `percentChangeSince` number, double
  - `taggedIndividuals` FireAntApiModelsPostsTaggedIndividual[]
    - `individualID` integer
    - `name` string
  - `taggedHashTags` FireAntApiModelsPostsTaggedHashTag[]
    - `hashTagID` integer
    - `symbol` string
    - `name` string
  - `taggedUsers` FireAntApiModelsPostsTaggedUser[]
    - `userID` string
    - `name` string
  - `images` FireAntApiModelsPostsPostImage[]
    - `imageID` integer
    - `base64Image` string
    - `imageUrl` string
  - `files` FireAntApiModelsPostsPostFile[]
    - `fileID` integer
    - `fileName` string
    - `fileExtension` string
    - `base64Content` string
    - `fileContentUrl` string
  - `roomID` integer
  - `roomName` string
  - `isRoomSticky` boolean
  - `videoType` integer
  - `isVideo` boolean
  - `isEmagazine` boolean
  - `isInfographic` boolean
  - `lastRepliedDate` string, date-time
  - `isLivestream` boolean
  - `livestreamStarted` boolean
  - `livestreamEnded` boolean
  - `streamingUrl` string
  - `streamingKey` string
  - `youtubeStreamingUrl` string
  - `youtubeStreamingKey` string
  - `facebookStreamingUrl` string
  - `facebookStreamingKey` string
  - `livestreamAction` boolean
  - `livestreamActionTitle` string
  - `livestreamActionUrl` string
  - `livestreamActionRoute` string
  - `repliesDisabled` boolean
  - `repliesModerationRequired` boolean
  - `pendingApproval` boolean

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