---
title: "Get Details Video API"
method: GET
path: "/prcenter/video/{id}"
tags: ["PR Center API"]
---

# Get Details Video API

`GET /prcenter/video/{id}`

Get Details Video By Id

## Path parameters

- `id` integer, required

## Response `200`

OK

- ChamomileResponseVideoVO
  - `code` integer
  - `message` string
  - `data` VideoVO
    - `regDt` string, date-time
    - `regId` string
    - `updDt` string, date-time
    - `updId` string
    - `idx` integer
    - `seq` integer
    - `lang` string
    - `title` string
    - `caption` string
    - `youtubeUrl` string
    - `fileRegKey` string
    - `mainYn` string
    - `dispYn` string
    - `thumSeq` integer
    - `thum` string, binary
    - `thumName` string
    - `thumText` string
    - `thumPath` string
    - `thumNewName` 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)
