---
title: "get published pinned items"
method: GET
path: "/api/faq/pinned"
tags: ["FAQ"]
---

# get published pinned items

`GET /api/faq/pinned`

## Response `200`

OK

- FAQCategory[]
  - `id` integer — Id
  - `title` string, nullable — title
  - `catOrder` integer — order
  - `description` string, nullable — description
  - `published` boolean — published
  - `items` FAQItem[], nullable — category items
    - `id` integer — id
    - `question` string, nullable — question
    - `answerExcerpt` string, nullable — excerpt
    - `fullAnswer` string, nullable — answer
    - `pinned` boolean — pinned
    - `pinnedItemOrder` integer — item order
    - `categoryId` integer — category id
    - `category` FAQCategory — recursive
    - `itemOrderInCategory` integer — item order in category
    - `contentForSearch` string, nullable — content search
    - `hashTag1` string, nullable — hashtag 1
    - `hashTag2` string, nullable — hashtag 2
    - `hashTag3` string, nullable — hashtag 3
    - `hashTag4` string, nullable — hashtag 4
    - `published` boolean — published

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/ganjoor/apis/rmuseum-api.md) · [All operations](https://skmtc.net/ganjoor/apis/rmuseum-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ganjoor/rmuseum-api/versions/bb8e104d36d2/schema)
