---
title: "GetChannelNotification"
method: GET
path: "/channel/{channelId}/notification/{id}"
tags: ["Notifications"]
---

# GetChannelNotification

`GET /channel/{channelId}/notification/{id}`

Get notification

## Path parameters

- `id` string, required
- `channelId` string, required
- `fields` string, required

## Response `200`

Success-Response:

- object
  - `notification` object, required — <p>Object containing data for a single notification connected to specified channel</p>
    - `_id` string
    - `title` string
    - `text` string
    - `channel` string
    - `user` string
    - `source` string
    - `url` string
    - `autoHide` boolean
    - `socialSharingActions` boolean
    - `createdAt` string
    - `expiresAt` string
    - `expiresAtHours` number
    - `iconUrl` string
    - `subscriptionCount` number
    - `sent` number
    - `optOuts` number
    - `delivered` number
    - `clicked` number
    - `hidden` boolean
    - `jobId` string
    - `queuedAt` string
    - `status` string
    - `subscriptionStatistics` object
      - `browser` object
        - `Chrome` number
      - `platform` object
        - `Windows` number
        - `Android` number
      - `language` object
        - `en` number
      - `country` object
        - `US` number
    - `actions` object[]
      - `clicked` number, required

---

[API](https://skmtc.dev/cleverpush/apis/cleverpush-api-reference.md) · [All operations](https://skmtc.dev/cleverpush/apis/cleverpush-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cleverpush/cleverpush-api-reference/revisions/64ed799d2f1b/schema)
