Description
I am implementing the Zoom workspace reservation workflow similar to that of the Zoom web portal in my custom app with the help of Zoom Workspace APIs.
The Reservation part works fine. However, I would want to filter all the available rooms based on a Time slot and other filter criteria like Room Capacity, Devices, etc like they do on the zoom portal.
As per the API documentation, there is an API that fetches workspace availability but it requires a workspace_id. This API only returns the booked slots for One workspace.
GET /workspaces/{workspaceId}/reservations
My Question:
Is there an API that takes in the parent location id, date-time range and returns all the available workspaces under that parent_location_id in that date-time range?
I did not find any API that returns the Zoom room’s total capacity or number of people it can accomodate. However, this feature is implemented on the Zoom portal. Is there any API documented elsewhere other than the above-mentioned link which returns the zoom capacity?
Hi @skawade
Thanks for reaching out to the Zoom Developer Forum and welcome to our community, I am happy to help here!
Have you been able to work on this issue or do you still need our assistance?
Also bumped into this issue while doing an app that makes use of these APIs.
In particular, I found it would be useful to:
Be able to list a users’ reservations without having to provide the specific workspace
Be able to return the available workspaces in a location
At the moment I’m planning to keep state and try to make use of webhooks to provide this on my side, but it would be much easier if the API allowed these types of requests.
Is there anything like this at themoment or a plan to have it?
Hi @catarina
I am sorry for the late response!
Have you been able to look into the
Get Zoom Room Location profile to return the available workspaces in a location?
Unfortunately, I haven’t been able to find an API that is suitable for my use case. While the functionality I require is present in the Zoom portal, it appears that the corresponding API has not been made available. I would greatly appreciate it if the Zoom team could consider making these APIs public.