---
title: "Get Details Worry API"
method: GET
path: "/cscenter/worry/{seq}"
tags: ["CSCenter API"]
---

# Get Details Worry API

`GET /cscenter/worry/{seq}`

Get Details Worry API

## Path parameters

- `seq` integer, required

## Response `200`

OK

- ChamomileResponseGetWorryDetailDTO
  - `code` integer
  - `message` string
  - `data` GetWorryDetailDTO
    - `idx` integer
    - `seq` integer
    - `useYn` string
    - `anonymousYn` boolean
    - `name` string
    - `phone` string
    - `email` string
    - `title` string
    - `content` string
    - `comment` string
    - `fileRegKey` string
    - `file` string, binary
    - `fileSeq` string
    - `fileName` string
    - `captcha` string
    - `message` string
    - `device` string
    - `lang` 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)
