---
title: "Get All Inquiries"
method: GET
path: "/cscenter/inquiries"
tags: ["CSCenter API"]
---

# Get All Inquiries

`GET /cscenter/inquiries`

Get All Inquiries

## Query parameters

- `pageable` Pageable, required
  - `page` integer
  - `size` integer
  - `sort` string[]
- `searchVO` SearchVO, required
  - `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

## Response `200`

OK

- ChamomileResponseGetAllInquiryResponse
  - `code` integer
  - `message` string
  - `data` GetAllInquiryResponse
    - `pagination` PaginationInfo
      - `page` integer
      - `totalElements` integer
      - `totalPages` integer
      - `size` integer
    - `list` InquiryVO[]
      - `regDt` string, date-time
      - `regId` string
      - `updDt` string, date-time
      - `updId` string
      - `idx` integer
      - `seq` integer
      - `useYn` string
      - `name` string
      - `email` string
      - `phone` string
      - `type` string
      - `typeText` string
      - `interest` string[]
      - `title` string
      - `content` string
      - `comment` string
      - `procYn` string
      - `captcha` string
      - `message` string
      - `device` string
      - `checkYn` string
      - `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/4bf1c3086c66/schema)
