List CRC devices from Interop dashboard

Description
Hello, Just starting to explore Zoom API features and I can’t seem to find if the API can call the list of Cisco/Polycom devices from our account. The API can read devices of the “H323/SIP” dashboard but this dashboard doesn’t contains the info we need (device IP, call method etc)

Error
No error. Just wondering where to find documentation about calling data from the Zoom “interop” dashboard

Which App Type (OAuth / Chatbot / JWT / Webhook)?
Using OAuth, no issues to get token or read data from other containers

How To Reproduce (If applicable)
Steps to reproduce the behavior:

  1. $ZoomRoomsresponse = Invoke-RestMethod ‘https://api.zoom.us/v2/h323/devices?page_number=1&page_size=50’ -Method ‘GET’ -Headers $headers -Body $body

  2. No error, but this method doesn’t get data from interop dashboard

Thank you for your help

Hey @ClementC,

You could also try these endpoints if you are trying to list Zoom Rooms:

https://marketplace.zoom.us/docs/guides/zoom-rooms/zoom-rooms-api#list

https://marketplace.zoom.us/docs/api-reference/zoom-api/rooms/listzoomrooms

What data is missing?

Thanks,
Tommy

Hi @tommy and thank you for your reply.
Unfortunately we do not use “Zoom Rooms” but polycom/cisco rooms and their properties.
See the screenshot attached for more details.
The purpose of the API script is to collect basic info about each codec/cisco Room device.

image

Hey @ClementC,

I have asked our engineers if this is possible and will get back to you. (ZOOM-165235)

Thanks,
Tommy