![Axis 2N Indoor Touch 2.0 Api Manual Download Page 31](http://html1.mh-extra.com/html/axis/2n-indoor-touch-2-0/2n-indoor-touch-2-0_api-manual_3038317031.webp)
2N TELEKOMUNIKACE a.s., www.2n.cz
31/94
3.3 Audio
Getting current settings
Get the current
settings.
URL:
{{ip_addr}}
https://
/api/v1/audio
HTTP method:
GET
Response code:
Standard HTTP response code, treating syntactic errors.
Response data:
{
"data"
: {
"alarmsVolume"
:
86
,
"musicVolume"
:
73
,
"ringtoneVolume"
:
71
}
}
Section setting
URL:
{{ip_addr}}
https://
/api/v1/audio
HTTP method:
PUT
Response code:
Standard HTTP response code, treating syntactic errors.
Request body:
{
"alarmsVolume"
:
5
,
"musicVolume"
:
15
,
"ringtoneVolume"
:
10
}