Get auto dial feature settings
The function of automatic dialing after entering the number digits specified in the digit_count param
Feature enabled only in multiapartment panels.
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- auto_dial_enable booleandescribes feature status, true - on / false - off 
- digit_count integerPossible values: >= 1and<= 4count of digits 
{
  "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...