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