Get announcement settings
- 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 boolean
Determines whether the feature is enabled
 - announcement_url http/rtsp url
Announcement address
 - announcement_timeout integer
Possible 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 string
Error message
 
{
  "error": "Log In"
}
{
  "error": "Log In"
}
Loading...