get-reset-all-permission
Use the interface to determine whether to provide the reset all settings function to users.
Only available when the decoder is connected to Ethernet over USB. The reset all settings interface refers to reset-all-settings.
HTTP Request
GET http://ip/mwapi?method=get-reset-all-permission
Parameter | Description |
---|---|
method | get-reset-all-permission |
Response Body
{
"status": 0,
"reset-all-enabled": true
}
Name | Description |
---|---|
status | 0 indicates that the request was accepted successfully. Refer to API Status Codes to find specific description for other values. |
reset-all-enabled | True indicates to offer the reset function, otherwise it is false. |