List Zoom Rooms
GET {{baseUrl}}/metrics/zoomrooms?page_size=30&page_number=1&next_page_token=<string>
List information on all Zoom Rooms in an account.
Prerequisites:
- Business, Education or API Plan with Zoom Rooms set up.
Scopes: dashboard_zr:read:admin
,dashboard:read:admin
Rate Limit Label: Resource-intensive
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
page_size | number | The number of records returned within a single API call. | |
page_number | number | The page number of the current page in the returned records. | |
next_page_token | string | The next page token is used to paginate through large result sets. A next page token will be returned whenever the set of available results exceeds the current page size. The expiration period for this token is 15 minutes. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"next_page_token":"\u003cstring\u003e","page_count":"\u003cinteger\u003e","page_number":1,"page_size":30,"total_records":"\u003cinteger\u003e","zoom_rooms":[{"account_type":"\u003cstring\u003e","calender_name":"\u003cstring\u003e","camera":"\u003cstring\u003e","device_ip":"\u003cstring\u003e","email":"\u003cstring\u003e","health":"\u003cstring\u003e","id":"\u003cstring\u003e","issues":["\u003cstring\u003e","\u003cstring\u003e"],"last_start_time":"\u003cstring\u003e","location":"\u003cstring\u003e","location_id":"\u003cstring\u003e","microphone":"\u003cstring\u003e","room_name":"\u003cstring\u003e","speaker":"\u003cstring\u003e","status":"\u003cstring\u003e"},{"account_type":"\u003cstring\u003e","calender_name":"\u003cstring\u003e","camera":"\u003cstring\u003e","device_ip":"\u003cstring\u003e","email":"\u003cstring\u003e","health":"\u003cstring\u003e","id":"\u003cstring\u003e","issues":["\u003cstring\u003e","\u003cstring\u003e"],"last_start_time":"\u003cstring\u003e","location":"\u003cstring\u003e","location_id":"\u003cstring\u003e","microphone":"\u003cstring\u003e","room_name":"\u003cstring\u003e","speaker":"\u003cstring\u003e","status":"\u003cstring\u003e"}]}