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.
The unique identifier (ID) of the station to request.
Response
OK
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.