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 booleanEnables/disables feature status. If disabled 'digit_count' param is ignored 
- digit_count integerPossible values: >= 1and<= 6Number of digit required to start to call 
{
  "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 stringError message 
{
  "error": "Log In"
}
{
  "error": "Log In"
}
Loading...