Ability to list workspaces by workspace type

This is for developer-specific feature requests. For other requests please contact our customer support team.

Is your feature request related to a problem? Please describe.
Currently, when I do a GET Call to get workspaces against a location_id, I get all workspaces returned including desks and rooms.

Describe the solution you’d like
It would be handy to be able to add a query string parameter, with enumeration, of desk or room to be able to get only the corresponding workspace returned from the API call.

Describe alternatives you’ve considered
Currently I have to get all the data, and then filter the output to get what I want.
It would be cleaner to have this ability within the API call directly.

Additional context
I did try adding a query string parameter in, and whilst the API call still successfully returned, it didn’t filter the results as expected.
I added &workspace_type=desk but this didn’t work.
I got this string from Zoom Rooms API