![Axis 2N Indoor Touch 2.0 Api Manual Download Page 76](http://html1.mh-extra.com/html/axis/2n-indoor-touch-2-0/2n-indoor-touch-2-0_api-manual_3038317076.webp)
2N TELEKOMUNIKACE a.s., www.2n.cz
76/94
3.10 Maintenance
Getting current settings
Get the current
settings.
URL:
{{ip_addr}}
https://
/api/v1 /maintenance
HTTP method:
GET
Response code:
Standard HTTP response code, treating syntactic errors.
Response data:
{
"data"
: {
"isRemoteEnabled"
:
true
,
"isWelcomeScreenEnabled"
:
false
}
}
Section setting
URL:
{{ip_addr}}
https://
/api/v1 /maintenance
HTTP method:
PUT
Request body:
{
"isWelcomeScreenEnabled"
:
"<boolean>"
,
"isRemoteEnabled"
:
"<boolean>"
}
Response code:
Standard HTTP response code, treating syntactic errors.