Get auto dial feature settings
The function of automatic dialing after entering the number digits specified in the digit_count param
- This feature is disabled in BI-panels
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- auto_dial_enable boolean
- digit_count integerPossible values: >= 1and<= 4
{
  "auto_dial_enable": true,
  "digit_count": 2
}
{
  "auto_dial_enable": true,
  "digit_count": 2
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error string
{
  "error": "Log In"
}
{
  "error": "Log In"
}
Loading...