---
title: "Get Detail Faq Api"
method: GET
path: "/cscenter/faq/{id}"
tags: ["CSCenter API"]
---

# Get Detail Faq Api

`GET /cscenter/faq/{id}`

Get Detail Faq Api

## Path parameters

- `id` integer, required

## Response `200`

OK

- ChamomileResponseFaqVO
  - `code` integer
  - `message` string
  - `data` FaqVO
    - `regDt` string, date-time
    - `regId` string
    - `updDt` string, date-time
    - `updId` string
    - `seq` integer
    - `lang` string
    - `status` string
    - `faqType` string
    - `deleteYn` string
    - `question` string
    - `answer` string
    - `loginId` string

## Other responses

- `500` — Internal Server Error

---

[API](https://skmtc.dev/lotteinnovate/apis/openapi-definition.md) · [All operations](https://skmtc.dev/lotteinnovate/apis/openapi-definition/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lotteinnovate/openapi-definition/revisions/4bf1c3086c66/schema)
