I posted a bug with pagination few days back which made my reports API go into infinite loop
Now, even with data API call is spiralling out making infinite calls producing the same data with different next_page_token
[
{
from: '2023-09-29',
to: '2023-10-01',
page_count: 6,
page_size: 300,
total_records: 2,
next_page_token: 'v3VIVqikNf0bOQAiis55PEjxulTo0l5uEa7',
meetings: [
{
uuid: 'uuid1',
id: id1,
host_id: 'hid1',
topic: 'Daily Scrum',
user_name: 'User 1',
user_email: 'u1@zoom.com',
start_time: '2023-09-29 04:16:45',
schedule_time: '',
join_waiting_room_time: '',
join_time: '09/29/2023 09:46',
leave_time: '09/29/2023 09:47',
has_screen_share: false,
has_recording: false,
has_chat: false,
meeting_encryption_status: 2,
_id: 'zoomMeetings-uuid1-u1@zoom.com'
},
{
uuid: 'uuid1',
id: id1,
host_id: 'hid1',
topic: 'Daily Scrum',
user_name: 'User 1',
user_email: 'u1@zoom.com',
start_time: '2023-09-29 04:16:45',
schedule_time: '',
join_waiting_room_time: '',
join_time: '09/29/2023 09:47',
leave_time: '09/29/2023 09:51',
has_screen_share: false,
has_recording: false,
has_chat: false,
meeting_encryption_status: 2,
_id: 'zoomMeetings-uuid1-u1@zoom.com'
}
]
}
{
from: '2023-09-29',
to: '2023-10-01',
page_count: 7,
page_size: 300,
total_records: 2,
next_page_token: 'uaoOWCINNnbowqQizQw0RwinoZkYibOJtJ8',
meetings: [
{
uuid: 'uuid1',
id: id1,
host_id: 'hid1',
topic: 'Daily Scrum',
user_name: 'User 1',
user_email: 'u1@zoom.com',
start_time: '2023-09-29 04:16:45',
schedule_time: '',
join_waiting_room_time: '',
join_time: '09/29/2023 09:46',
leave_time: '09/29/2023 09:47',
has_screen_share: false,
has_recording: false,
has_chat: false,
meeting_encryption_status: 2,
_id: 'zoomMeetings-uuid1-u1@zoom.com'
},
{
uuid: 'uuid1',
id: id1,
host_id: 'hid1',
topic: 'Daily Scrum',
user_name: 'User 1',
user_email: 'u1@zoom.com',
start_time: '2023-09-29 04:16:45',
schedule_time: '',
join_waiting_room_time: '',
join_time: '09/29/2023 09:47',
leave_time: '09/29/2023 09:51',
has_screen_share: false,
has_recording: false,
has_chat: false,
meeting_encryption_status: 2,
_id: 'zoomMeetings-uuid1-u1@zoom.com'
}
]
}
{
from: '2023-09-29',
to: '2023-10-01',
page_count: 8,
page_size: 300,
total_records: 2,
next_page_token: '3QsAsYfzl1RPnlzEDkB4pfqdblKeosxino9',
meetings: [
{
uuid: 'uuid1',
id: id1,
host_id: 'hid1',
topic: 'Daily Scrum',
user_name: 'User 1',
user_email: 'u1@zoom.com',
start_time: '2023-09-29 04:16:45',
schedule_time: '',
join_waiting_room_time: '',
join_time: '09/29/2023 09:46',
leave_time: '09/29/2023 09:47',
has_screen_share: false,
has_recording: false,
has_chat: false,
meeting_encryption_status: 2,
_id: 'zoomMeetings-uuid1-u1@zoom.com'
},
{
uuid: 'uuid1',
id: id1,
host_id: 'hid1',
topic: 'Daily Scrum',
user_name: 'User 1',
user_email: 'u1@zoom.com',
start_time: '2023-09-29 04:16:45',
schedule_time: '',
join_waiting_room_time: '',
join_time: '09/29/2023 09:47',
leave_time: '09/29/2023 09:51',
has_screen_share: false,
has_recording: false,
has_chat: false,
meeting_encryption_status: 2,
_id: 'zoomMeetings-uuid1-u1@zoom.com'
}
]
}
]
This is just part of the data that went on for a while