Get

Function

This API is used to get parameter for Function > DoorBellConfig page.

Request Message

Sample:

POST /API/DoorBellConfig/Get
HTTP/1.1
{
    "version": "1.0",
    "data": {}
}

Response Message

Parameter Description

Table 1

ParameterRangeTypeDescription
use_mechanical_bellboolWhether to use mechanical bells

Sample:

HTTP/1.1 200 OK
Content-Type: application/json
{
    "result": "success",
    "data": {
        "use_mechanical_bell": false
    }
}

Error Code

See Response Messages Body and Common error_code for more information.