---
title: "get item by id (Auth policies: faq:moderate)"
method: GET
path: "/api/faq/secure/{id}"
tags: ["FAQ"]
---

# get item by id (Auth policies: faq:moderate)

`GET /api/faq/secure/{id}`

## Path parameters

- `id` integer, required

## Response `200`

OK

- FAQItem — FAQ Item
  - `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 — FAQ Category
    - `id` integer — Id
    - `title` string, nullable — title
    - `catOrder` integer — order
    - `description` string, nullable — description
    - `published` boolean — published
    - `items` FAQItem[], nullable — category items
  - `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
- `401` — Unauthorized
- `403` — Forbidden

---

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