---
title: "GET /notification/{id}"
method: GET
path: "/notification/{id}"
tags: ["notification-controller"]
---

# GET /notification/{id}

`GET /notification/{id}`

## Path parameters

- `id` integer, required

## Response `200`

OK

- ChamomileResponseNotificationDetailResponse
  - `code` integer
  - `message` string
  - `data` NotificationDetailResponse
    - `notInfo` NotificationVO
      - `seq` integer
      - `name` string
      - `path` string
      - `useEmail` string
      - `useSms` string
      - `enableYn` string
    - `userSetting` NotificationSettingVO[]
      - `regDt` string, date-time
      - `regId` string
      - `updDt` string, date-time
      - `updId` string
      - `userId` string
      - `seqNotification` string
      - `sms` string
      - `email` string
      - `loginId` string
    - `tree` object

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