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 boolean
describes feature status, true - on / false - off
- digit_count integer
Possible values:
>= 1
and<= 4
count 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 string
error message
{
"error": "Log In"
}
{
"error": "Log In"
}
Loading...