Workspace Reservations API - List reservations not returning all results in search window

Attempting to use this API: https://marketplace.zoom.us/docs/api-reference/zoom-api/methods/#operation/listReservations

When making a call, setting the search dates to be 14 days in the future, I’m only getting results returned from this week, for a couple of days.
I searched on 6th Feb for a workspace’s reservations, setting 14 days in the future and only got results up to the 10th Feb, even though I can see reservations on the same desk on the 14th Feb/15th Feb etc, which are all within 14 days from the 6th.

API URI has been set to this: /workspaces/{workspace_id}/reservations?from=2023-02-06T10:36:18Z&to=2023-02-20T10:36:18Z&user_id=

As you can see, the search dates are from 6th Feb to 20th Feb, but results returned are:

id : {workspace_id}
topic : Reserve {workspace_name}
start_time : 2023-02-07T08:00:00Z
end_time : 2023-02-07T18:00:00Z
user_id : {user_id}

id : {workspace_id}
topic : Reserve {workspace_name}
start_time : 2023-02-08T08:00:00Z
end_time : 2023-02-08T18:00:00Z
user_id : {user_id}

id : {workspace_id}
topic : Reserve {workspace_name}
start_time : 2023-02-09T08:00:00Z
end_time : 2023-02-09T18:00:00Z
user_id : {user_id}

id : {workspace_id}
topic : Reserve {workspace_name}
start_time : 2023-02-10T08:00:00Z
end_time : 2023-02-10T18:00:00Z
user_id : {user_id}

Can you help me to understand why, please?

@elisa.zoom - are you able to help out at all here, please?

Hi @philip.ross
Thanks for reaching out to the Zoom Developer Forum, I am happy to help here!
I will go ahead and send you a private message so I can look into this issue

Cheers,
Elisa

This topic was automatically closed 368 days after the last reply. New replies are no longer allowed.