Get
Function
This API is used to get Intercom > SIP Account parameters.
Request Message
Parameter Description
See Intercom > SIPAccount > Range > Parameter Description > Table 1 for parameter description.
Sample:
POST /API/Intercom/SIPAccount/Get HTTP/1.1
{
"version": "1.0",
"data": {}
}
Response Message
Parameter Description
See Intercom > SIPAccount > Range > Parameter Description > Table 2 for parameter description.
Sample:
HTTP/1.1 200 OK
Content-Type: application/json
{
"result": "success",
"data": {"channel_info": {"CH1": {
"door_name": "",
"open_duration": 5,
"disability_card_open_duration": 20,
"door_open_timeout_alarm": 30,
"door_magnetic_sensor_type": "Normal Close",
"exit_button_type": "Normal Close",
"door_lock_status": "Normal Close"
}}}
}
Error Code
See Response Messages Body and Common error_code for more information.