---
title: "Get Detail Reply Template Api"
method: GET
path: "/cscenter/reply-template/{id}"
tags: ["CSCenter API"]
---

# Get Detail Reply Template Api

`GET /cscenter/reply-template/{id}`

Get Detail Reply Template

## Path parameters

- `id` integer, required

## Response `200`

OK

- ChamomileResponseReplyTemplateVO
  - `code` integer
  - `message` string
  - `data` ReplyTemplateVO
    - `regDt` string, date-time
    - `regId` string
    - `updDt` string, date-time
    - `updId` string
    - `seq` integer
    - `templateName` string
    - `content` 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)
