Get Announcement settings
Returns announcement settings.
Shows announcement in standby mode if enabled
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- enable boolean
Determines whether the feature is enabled
- url http/rtsp url
Web or RTSP address
- timeout integer
Possible values:
>= 10
and<= 300
Displaying timeout in minutes
{
"enable": false,
"url": "http://bas-ip.com",
"timeout": 30
}
{
"enable": true,
"url": "http://bas-ip.com",
"timeout": 30
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error string
Error information
{
"error": "Log In"
}
{
"error": "Log In"
}
Loading...