---
title: "Home Page"
method: GET
path: "/public/index"
tags: ["Home Page API"]
---

# Home Page

`GET /public/index`

KeyVisual, Main Banner, PR Center, What's New 조회

## Headers

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

## Response `200`

OK

- ChamomileResponseGetMainPageResponse
  - `code` integer
  - `message` string
  - `data` GetMainPageResponse
    - `keyVisual` KeyVisualVO
      - `regDt` string, date-time
      - `regId` string
      - `updDt` string, date-time
      - `updId` string
      - `seq` integer
      - `lang` string
      - `type` string
      - `keyVisualVideoVOs` KeyVisualVideoVO[]
        - `regDt` string, date-time
        - `regId` string
        - `updDt` string, date-time
        - `updId` string
        - `seq` integer
        - `visualSeq` integer
        - `pcText` string
        - `moText` string
        - `pcFileRegKey` string
        - `moFileRegKey` string
        - `linkUrl` string
        - `targetYn` string
        - `pcFile` string, binary
        - `moFile` string, binary
        - `pcFileVO` FileVO
          - `seq` integer
          - `fileRegKey` string
          - `boardType` string
          - `ord` integer
          - `orgName` string
          - `newName` string
          - `path` string
          - `size` integer
          - `type` string
          - `text` string
          - `ckToken` string
        - `moFileVO` FileVO
          - `seq` integer
          - `fileRegKey` string
          - `boardType` string
          - `ord` integer
          - `orgName` string
          - `newName` string
          - `path` string
          - `size` integer
          - `type` string
          - `text` string
          - `ckToken` string
        - `pcFileSeq` integer
        - `pcFilePath` string
        - `pcFileNewName` string
        - `moFileSeq` integer
        - `moFilePath` string
        - `moFileNewName` string
        - `ordBy` string
        - `main` string
        - `sub` string
        - `detail` string
        - `loginId` string
      - `keyVisualImageVOs` KeyVisualImageVO[]
        - `regDt` string, date-time
        - `regId` string
        - `updDt` string, date-time
        - `updId` string
        - `seq` integer
        - `visualSeq` integer
        - `pcText` string
        - `moText` string
        - `pcFileRegKey` string
        - `moFileRegKey` string
        - `linkUrl` string
        - `targetYn` string
        - `pcFile` string, binary
        - `moFile` string, binary
        - `pcFileVO` FileVO
          - `seq` integer
          - `fileRegKey` string
          - `boardType` string
          - `ord` integer
          - `orgName` string
          - `newName` string
          - `path` string
          - `size` integer
          - `type` string
          - `text` string
          - `ckToken` string
        - `moFileVO` FileVO
          - `seq` integer
          - `fileRegKey` string
          - `boardType` string
          - `ord` integer
          - `orgName` string
          - `newName` string
          - `path` string
          - `size` integer
          - `type` string
          - `text` string
          - `ckToken` string
        - `pcFileSeq` integer
        - `pcFilePath` string
        - `pcFileNewName` string
        - `moFileSeq` integer
        - `moFilePath` string
        - `moFileNewName` string
        - `ordBy` string
        - `main` string
        - `sub` string
        - `detail` string
        - `loginId` string
      - `loginId` string
    - `prCenter` MainVO[]
      - `regDt` string, date-time
      - `regId` string
      - `updDt` string, date-time
      - `updId` string
      - `seq` integer
      - `lang` string
      - `mainType` string
      - `ord` integer
      - `title` string
      - `content` string
      - `targetYn` boolean
      - `category` string
      - `dispYn` string
      - `url` string
      - `fileRegKey` string
      - `chOrd` integer
      - `thumSeq` integer
      - `thum` string, binary
      - `thumName` string
      - `thumText` string
      - `thumPath` string
      - `thumNewName` string
      - `dispDt` string
      - `loginId` string
    - `whats` MainVO[]
      - `regDt` string, date-time
      - `regId` string
      - `updDt` string, date-time
      - `updId` string
      - `seq` integer
      - `lang` string
      - `mainType` string
      - `ord` integer
      - `title` string
      - `content` string
      - `targetYn` boolean
      - `category` string
      - `dispYn` string
      - `url` string
      - `fileRegKey` string
      - `chOrd` integer
      - `thumSeq` integer
      - `thum` string, binary
      - `thumName` string
      - `thumText` string
      - `thumPath` string
      - `thumNewName` string
      - `dispDt` string
      - `loginId` string
    - `banner` MainVO[]
      - `regDt` string, date-time
      - `regId` string
      - `updDt` string, date-time
      - `updId` string
      - `seq` integer
      - `lang` string
      - `mainType` string
      - `ord` integer
      - `title` string
      - `content` string
      - `targetYn` boolean
      - `category` string
      - `dispYn` string
      - `url` string
      - `fileRegKey` string
      - `chOrd` integer
      - `thumSeq` integer
      - `thum` string, binary
      - `thumName` string
      - `thumText` string
      - `thumPath` string
      - `thumNewName` string
      - `dispDt` 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)
