Zoom API: Filtering REST API responses

Hi @tad.andymarshall
Thanks for reaching out to us and welcome to our community!

I see what you mean and think there could be a way to accomplish this.
Have you checked out this support article about Zoom Rooms’ location hierarchy?

You could create a structure that will help you manage the rooms.

Please let me know if this helps in any way.

What you could do with our API is make sure to use query parameters in your requests, that way you will only get the data you need. For example in the Get rooms location endpoint, you could add a parent location ID or a type of room query param, and that way you will only get the rooms that you need.