---
title: "GetChannelNotifications"
method: GET
path: "/channel/{id}/notifications"
tags: ["Notifications"]
---

# GetChannelNotifications

`GET /channel/{id}/notifications`

Get notifications

## Path parameters

- `id` string, required

## Query parameters

- `limit` string
- `offset` string
- `noTransactional` string
- `status` string
- `externalId` string[]
- `topics` string[]
- `startDate` string
- `endDate` string
- `fields` string

## Response `200`

Success-Response:

- object
  - `notifications` object[], required — <p>Array of notifications for a specified channel</p>
    - `_id` string
    - `title` string, required — <p>notification's title</p>
    - `text` string, required — <p>notification's HTML text</p>
    - `channel` string, required — <p>channel's ID</p>
    - `user` string, required — <p>user's ID</p>
    - `source` string, required — <p>type of source</p>
    - `url` string, required — <p>notification's url</p>
    - `autoHide` boolean, required — <p>auto hide feature</p>
    - `socialSharingActions` boolean, required — <p>show social sharing actions</p>
    - `createdAt` string, required — <p>date of creation of notifications</p>
    - `expiresAt` string, required — <p>date of expiry of notifications</p>
    - `expiresAtHours` number, required — <p>remaining time of expire in hours</p>
    - `iconUrl` string, required — <p>url of notification icon image</p>
    - `subscriptionCount` number, required — <p>number of subscriptions of notification</p>
    - `sent` number, required — <p>number of sent of notification</p>
    - `optOuts` number, required — <p>number of optOuts of notification</p>
    - `delivered` number, required — <p>number of delivered of notification</p>
    - `clicked` number, required — <p>number of clicked of notification</p>
    - `hidden` boolean, required — <p>notification hidden</p>
    - `jobId` string, required — <p>notification's job ID</p>
    - `templateId` string — <p>notification's template ID</p>
    - `queuedAt` string, required — <p>date of creation of notifications</p>
    - `status` string, required — <p>status of notifications</p>
    - `subscriptionStatistics` object, required — <p>statistics of notification's subscription</p>
      - `browser` object, required — <p>statistics of notification's subscription on browser</p>
        - `Chrome` number
        - `chrome` number, required — <p>number of notification's subscription on crome</p>
      - `platform` object, required — <p>statistics of notification's subscription on different platform</p>
        - `Windows` number
        - `Android` number
        - `windows` number, required — <p>number of notification's subscription on Windows</p>
        - `android` number, required — <p>number of notification's subscription on Android</p>
      - `language` object, required — <p>statistics of notification's subscription on language spoken</p>
        - `en` number, required — <p>number of notification's subscription on English</p>
      - `country` object, required — <p>statistics of notification's subscription on country</p>
        - `US` number
        - `us` number, required — <p>number of notification's subscription on US</p>
    - `actions` object[], required — <p>Array of object including title of article and clicked count</p>
      - `title` string, required — <p>title of article</p>
      - `clicked` number, required — <p>clicked count of article</p>
    - `id` string, required — <p>notification's ID</p>

---

[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/c2dffd898fd9/schema)
