---
title: "Get Visual"
method: GET
path: "/main/visual"
tags: ["Main API"]
---

# Get Visual

`GET /main/visual`

Main Page

## Query parameters

- `lang` string, required

## Response `200`

OK

- ChamomileResponseKeyVisualResponse
  - `code` integer
  - `message` string
  - `data` KeyVisualResponse
    - `seq` integer
    - `lang` string
    - `type` string
    - `regDt` string, date-time
    - `regId` string
    - `updDt` string, date-time
    - `updId` 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
    - `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

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