Get location settings
GET
/rooms/locations/{locationId}/settings
Rooms Location
alert
as the value of the setting_type
query parameter.Prerequisites:
Scopes:
room:read:admin
Rate Limit Label:
Medium
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://api.zoom.us/v2/rooms/locations//settings?setting_type'
响应示例响应示例
200 - response
{
"client_alert": {
"detect_bluetooth_microphone_error_alert": true,
"detect_bluetooth_speaker_error_alert": true,
"detect_camera_error_alert": true,
"detect_microphone_error_alert": true,
"detect_speaker_error_alert": true
},
"notification": {
"audio_not_meet_usability_threshold": false,
"battery_low_and_not_charging": false,
"controller_scheduling_disconnected": false,
"cpu_usage_high_detected": false,
"mic_speaker_camera_disconnected": false,
"network_unstable_detected": false,
"sip_registration_failed": false,
"zoom_room_display_disconnected": false,
"zoom_room_offline": false
}
}
请求参数
Path 参数
locationId
string
必需
Query 参数
setting_type
string
必需
alert
: Alert Settings applied on the Zoom Rooms Account.meeting
: Meeting settings of the Zoom Rooms Account.signage
: Digital signage settings of the Zoom Rooms Account.默认值:
meeting
返回响应
修改于 2024-04-24 09:06:48