---
title: "Home Page - Banner List"
method: GET
path: "/public/banners/{type}"
tags: ["Home Page API"]
---

# Home Page - Banner List

`GET /public/banners/{type}`

Get All Banners

## Path parameters

- `type` string, required

## Query parameters

- `searchLangType` 'KO' | 'EN'

## Response `200`

OK

- ChamomileResponseGetMainListResponse
  - `code` integer
  - `message` string
  - `data` GetMainListResponse
    - `list` MainResponse[]
      - `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)
