---
title: "List Worry API"
method: GET
path: "/cscenter/worry"
tags: ["CSCenter API"]
---

# List Worry API

`GET /cscenter/worry`

List Worry by params

## Query parameters

- `searchType1` string
- `searchType2` string
- `searchType3` string
- `searchStartDate` string
- `searchEndDate` string
- `searchType` string
- `searchText` string
- `searchText2` string
- `searchCompany` string
- `searchTargetId` string
- `searchDisplayYn` string
- `searchLangType` string
- `searchDeviceType` string
- `searchBoardType` string
- `searchOrder` string
- `offsetStartNumber` integer
- `page` integer
- `size` integer
- `sort` string[]

## Response `200`

OK

- ChamomileResponseCsCenterResponse
  - `code` integer
  - `message` string
  - `data` CsCenterResponse
    - `pagination` PaginationInfo
      - `page` integer
      - `totalElements` integer
      - `totalPages` integer
      - `size` integer
    - `list` WorryVO[]
      - `regDt` string, date-time
      - `regId` string
      - `updDt` string, date-time
      - `updId` string
      - `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` integer
      - `fileName` string
      - `captcha` string
      - `message` string
      - `device` string
      - `lang` 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)
