Notifications

Get notification

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

get/1/radios/{radio_product_id}/notification

Path parameters

radio_product_idinteger required

The unique identifier (ID) of the radio product to request.

integer required
OR
{"stackTrail":"paths:/1/radios/{radio_product_id}/notification:get:parameters:1:schema:oneOf:1","oasType":"schema","type":"unknown","nullable":true}

The unique identifier (ID) of the station to request.

Response

OK

result'success' | 'error' | 'asynchronous' required

Result of the HTTP request

Example response

{
  "result": "success",
  "data": {
    "start_hour": "14:25",
    "end_hour": "20:03"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.