Get DTMF settings
Returns DTMF settings used for opening lock during call
First key is always avaiable, second key might be disabled. First key has value by default. If 'default_value' is disabled, key uses data from 'value' field.
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- first_key objectname stringdefault_value booleanvalue string
- second_key objectenabled booleanname stringvalue string
{
  "first_key": {
    "name": "key #1",
    "default_value": true,
    "value": "*"
  },
  "second_key": {
    "enabled": true,
    "name": "key #2",
    "value": "0"
  }
}
{
  "first_key": {
    "name": "key #1",
    "default_value": true,
    "value": "*"
  },
  "second_key": {
    "enabled": true,
    "name": "key #2",
    "value": "0"
  }
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error string
{
  "error": "Log In"
}
{
  "error": "Log In"
}
Loading...