How to Get Hierarchical Location Info for Zoom Rooms Using API
Hello Developers, Good day! I'm currently working on retrieving Zoom Room details along with their configured location attributes—specifically Country, City, Building, and Floor—using the Zoom API. I attempted to use the endpoint: Is there an alternative method or endpoint available that can return this information in a structured, hierarchical way? Appreciate your guidance!
https://api.zoom.us/v2/rooms/locations?page_size=300
However, this endpoint returns location data in a flat structure, providing only just IDs for each attribute (Country, City, Building, Floor), rather than presenting them in a hierarchical format.
Show less

