I’ve been trying to build a service that will check-in to meetings, but I’m running into an issue on the /workspaces/{workspaceId} /reservations API endpoint.
There are 2 issues:
There seems to be a typo in the API documentation for the query parameters, for user_id. It suggest that the reservation is being created for a user instead of a get request for current reservations.
When I query a workspace for its reservations, the list of reservations returned is incomplete. In the UI I can see multiple reservations that are not returned via the API.
Hi @ntakaki
Thanks for reaching out to us and thanks for your patience.
I am happy to help here! Are you still facing this issue? I see the query param user_id in the query params, but as its optional you do not need to pass it in your request
Hi Elisa, thank you. I raised a support ticket and they have informed me that the second issue is expected behavior.
For the typo, I was just calling out the wording “The ID of the user for whom to create a workspace reservation.” since this API call should not create a reservation.