3.5.5 Recorder
Getting current settings
Get the current answering machine settings.
URL: | https://{{ip_addr}}/api/v1/hipmo/settings/recorder |
HTTP method: | GET |
Response code: | Standard HTTP response code, treating syntactic errors. |
Response data: | {
"data": {
"activationTimeout": 0,
"announcementType": 0,
"isEnabled": false
}
}
|
Section setting
URL: | https://{{ip_addr}}/api/v1/hipmo/settings/recorder |
HTTP method: | PUT |
Response code: | Standard HTTP response code, treating syntactic errors. |
| Request body: | {
"activationTimeout":0,
"announcementType":0,
"isEnabled":true
}
|
Response data: | {
"data": {
"activationTimeout": 0,
"announcementType": 0,
"isEnabled": false
}
}
|
