Get announcement settings
deprecated
This endpoint has been deprecated and may be removed in future versions of the API.
- Feature enables/disables displaying announcement (HTTP page or RTSP stream) in standby mode
- This feature is disabled in BI-panels
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- announcement_enable booleanDetermines whether the feature is enabled 
- announcement_url http/rtsp urlAnnouncement address 
- announcement_timeout integerPossible values: >= 15and<= 900Timeout in seconds 
{
  "announcement_enable": false,
  "announcement_url": "https://bas-ip.com",
  "announcement_timeout": 30
}
{
  "announcement_enable": false,
  "announcement_url": "https://bas-ip.com",
  "announcement_timeout": 30
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error stringError message 
{
  "error": "Log In"
}
{
  "error": "Log In"
}
Loading...