get
https://api.alocity.com/v1/integration-management/device//audio-settings
This endpoint is used to get the audio settings of the specified device.
Response Payload Object
| Property | Type | Description |
|---|---|---|
| alarmEnabled | boolean | Whether or not the alarm is enabled on that device. |
| language | integer | The device integer for the current language set to the device. For more information, see languages. |
| volume | integer | The volume of the device. Minimum is 0, maximum is 100. |
Controlled Errors
| Error Code | Error Message |
|---|---|
| error_device_network_setting_not_found | No device settings were found. |
Any status codes returned that are not provided here are generic status codes that can be found here.
