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
- announcement_url http/rtsp url
- announcement_timeout integer
Possible values:
>= 10
and<= 300
Timeout in minutes
{
"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": "Log In"
}
{
"error": "Log In"
}
Loading...