---
title: "Get notification"
method: GET
path: "/1/radios/{radio_product_id}/notification"
tags: ["Notifications"]
---

# Get notification

`GET /1/radios/{radio_product_id}/notification`

This endpoint allows you to retrieve the notification bind to the radio_product or station if it's exist.

## Path parameters

- `radio_product_id` integer, required
- `station_id` union, required
  - integer
  - unknown

## Response `200`

OK

- object
  - `result` 'success' | 'error' | 'asynchronous', required — Result of the HTTP request
  - `data` 0cc1b8a9Notification
    - `is_monday` boolean, required — Is the users can be notified the monday ?
    - `is_tuesday` boolean, required — Is the users can be notified the tuesday ?
    - `is_wednesday` boolean, required — Is the users can be notified the wednesday ?
    - `is_thursday` boolean, required — Is the users can be notified the thursday ?
    - `is_friday` boolean, required — Is the users can be notified the friday ?
    - `is_saturday` boolean, required — Is the users can be notified the saturday ?
    - `is_sunday` boolean, required — Is the users can be notified the sunday ?
    - `start_hour` string, required — The time to use for daily restart
    - `end_hour` string, required — The time to use for daily restart
    - `is_mail` boolean, required — Is the users can be notified by mail ?
    - `is_sms` boolean, required — Is the users can be notified by sms ?
    - `is_enabled` boolean, required — Is the resource `Notification` enabled?
    - `users` unknown[], required — List of users ID will notified
      - unknown

## Other responses

- `404` — Not Found

---

[API](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools.md) · [All operations](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/infomaniak/api-reference-developer-tools/revisions/158a854b0c7d/schema)
