Description
When calling v2/phone/call_logs, I get this back:
page_count = 10
page_number = 1
page_size = 300
total_records = 2989
from = 2020-06-03
to = 2020-06-03
call_logs = {@{…}}
Based on the API documentation I should be getting back a string in next_page_token because total_records (2989) exceeds page_size (300), but it’s not being returned to me in the response. I’m assuming that this means there are a total of 2989 records to retrieve.
API page:
Error
Not getting next_page_token back in response.
Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT
Which Endpoint/s?
v2/phone/call_logs
How To Reproduce (If applicable)
Request https://api.zoom.us/v2/phone/call_logs?page_size=100&from=2020-06-03&to=2020-06-03&type=all