---
title: "Get Sinmungo List"
method: GET
path: "/cscenter/sinmungo"
tags: ["CSCenter API"]
---

# Get Sinmungo List

`GET /cscenter/sinmungo`

Get List Sinmungo API

## 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

- ChamomileResponseSinmungoListResponse
  - `code` integer
  - `message` string
  - `data` SinmungoListResponse
    - `pagination` PaginationInfo
      - `page` integer
      - `totalElements` integer
      - `totalPages` integer
      - `size` integer
    - `list` SinmungoVO[]
      - `regDt` string, date-time
      - `regId` string
      - `updDt` string, date-time
      - `updId` string
      - `idx` integer
      - `seq` integer
      - `category` string
      - `sinmungoId` string
      - `sinmungoPw` string
      - `useYn` string
      - `anonymousYn` boolean
      - `sinmungoCompany` string
      - `sinmungoDepartment` string
      - `sinmungoName` string
      - `company` string
      - `department` string
      - `name` string
      - `phone` string
      - `email` string
      - `title` string
      - `content` string
      - `answer` string
      - `commentCount` integer
      - `fileRegKey` string
      - `file` string[]
      - `fileSeq` integer
      - `fileName` string
      - `state` string
      - `captcha` string
      - `message` string
      - `device` string
      - `flagConsent` string
      - `lastLockTime` string, date-time
      - `lockCount` integer
      - `locale` object
        - `language` string
        - `script` string
        - `country` string
        - `variant` string
        - `extensionKeys` string[]
        - `unicodeLocaleAttributes` string[]
        - `unicodeLocaleKeys` string[]
        - `iso3Language` string
        - `iso3Country` string
        - `displayLanguage` string
        - `displayScript` string
        - `displayCountry` string
        - `displayVariant` string
        - `displayName` 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/423a0490d0a2/schema)
