---
title: "Home Page - Master Search"
method: POST
path: "/public/master-search"
tags: ["Home Page API"]
---

# Home Page - Master Search

`POST /public/master-search`

Get All Content

## Headers

- `Accept-Language` 'KO' | 'EN'

## Request body

- MasterSearchRequest
  - `pagingAll` PagingRequest
    - `size` integer
    - `page` integer
    - `sortField` string
    - `sortDir` 'ASC' | 'DESC'
  - `pagingCompany` PagingRequest
    - `size` integer
    - `page` integer
    - `sortField` string
    - `sortDir` 'ASC' | 'DESC'
  - `pagingPressReleases` PagingRequest
    - `size` integer
    - `page` integer
    - `sortField` string
    - `sortDir` 'ASC' | 'DESC'
  - `pagingIR` PagingRequest
    - `size` integer
    - `page` integer
    - `sortField` string
    - `sortDir` 'ASC' | 'DESC'
  - `pagingBusiness` PagingRequest
    - `size` integer
    - `page` integer
    - `sortField` string
    - `sortDir` 'ASC' | 'DESC'
  - `pagingESG` PagingRequest
    - `size` integer
    - `page` integer
    - `sortField` string
    - `sortDir` 'ASC' | 'DESC'
  - `pagingRecruit` PagingRequest
    - `size` integer
    - `page` integer
    - `sortField` string
    - `sortDir` 'ASC' | 'DESC'
  - `pagingCSCenter` PagingRequest
    - `size` integer
    - `page` integer
    - `sortField` string
    - `sortDir` 'ASC' | 'DESC'
  - `pagingETC` PagingRequest
    - `size` integer
    - `page` integer
    - `sortField` string
    - `sortDir` 'ASC' | 'DESC'
  - `keyword` string, required

## Response `200`

OK

- ChamomileResponseMasterSearchResponse
  - `code` integer
  - `message` string
  - `data` MasterSearchResponse
    - `masterSearchAll` MasterSearchDto
      - `pagination` PaginationInfo
        - `page` integer
        - `totalElements` integer
        - `totalPages` integer
        - `size` integer
      - `list` MasterSearchVO[]
        - `pageUrl` string
        - `contentPage` string
        - `imageUrl` string
        - `lang` string
        - `menuName` string
        - `menuGroup` string
        - `dataSource` string
        - `boardType` string
    - `masterSearchCompany` MasterSearchDto
      - `pagination` PaginationInfo
        - `page` integer
        - `totalElements` integer
        - `totalPages` integer
        - `size` integer
      - `list` MasterSearchVO[]
        - `pageUrl` string
        - `contentPage` string
        - `imageUrl` string
        - `lang` string
        - `menuName` string
        - `menuGroup` string
        - `dataSource` string
        - `boardType` string
    - `masterSearchPressReleases` MasterSearchDto
      - `pagination` PaginationInfo
        - `page` integer
        - `totalElements` integer
        - `totalPages` integer
        - `size` integer
      - `list` MasterSearchVO[]
        - `pageUrl` string
        - `contentPage` string
        - `imageUrl` string
        - `lang` string
        - `menuName` string
        - `menuGroup` string
        - `dataSource` string
        - `boardType` string
    - `masterSearchIR` MasterSearchDto
      - `pagination` PaginationInfo
        - `page` integer
        - `totalElements` integer
        - `totalPages` integer
        - `size` integer
      - `list` MasterSearchVO[]
        - `pageUrl` string
        - `contentPage` string
        - `imageUrl` string
        - `lang` string
        - `menuName` string
        - `menuGroup` string
        - `dataSource` string
        - `boardType` string
    - `masterSearchBusiness` MasterSearchDto
      - `pagination` PaginationInfo
        - `page` integer
        - `totalElements` integer
        - `totalPages` integer
        - `size` integer
      - `list` MasterSearchVO[]
        - `pageUrl` string
        - `contentPage` string
        - `imageUrl` string
        - `lang` string
        - `menuName` string
        - `menuGroup` string
        - `dataSource` string
        - `boardType` string
    - `masterSearchESG` MasterSearchDto
      - `pagination` PaginationInfo
        - `page` integer
        - `totalElements` integer
        - `totalPages` integer
        - `size` integer
      - `list` MasterSearchVO[]
        - `pageUrl` string
        - `contentPage` string
        - `imageUrl` string
        - `lang` string
        - `menuName` string
        - `menuGroup` string
        - `dataSource` string
        - `boardType` string
    - `masterSearchRecruit` MasterSearchDto
      - `pagination` PaginationInfo
        - `page` integer
        - `totalElements` integer
        - `totalPages` integer
        - `size` integer
      - `list` MasterSearchVO[]
        - `pageUrl` string
        - `contentPage` string
        - `imageUrl` string
        - `lang` string
        - `menuName` string
        - `menuGroup` string
        - `dataSource` string
        - `boardType` string
    - `masterSearchCSCenter` MasterSearchDto
      - `pagination` PaginationInfo
        - `page` integer
        - `totalElements` integer
        - `totalPages` integer
        - `size` integer
      - `list` MasterSearchVO[]
        - `pageUrl` string
        - `contentPage` string
        - `imageUrl` string
        - `lang` string
        - `menuName` string
        - `menuGroup` string
        - `dataSource` string
        - `boardType` string
    - `masterSearchETC` MasterSearchDto
      - `pagination` PaginationInfo
        - `page` integer
        - `totalElements` integer
        - `totalPages` integer
        - `size` integer
      - `list` MasterSearchVO[]
        - `pageUrl` string
        - `contentPage` string
        - `imageUrl` string
        - `lang` string
        - `menuName` string
        - `menuGroup` string
        - `dataSource` string
        - `boardType` 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)
