Limited page_size at past dashboard meetings

Hi @asharoran96,

It sounds like the issue you’re running into is that you’re not able to see all your meetings in the response if there are more than 300 (your page_size)—is that right?

If so, I should clarify that you can use the next_page_token to page through the API results:

This parameter will be returned in your API response, and then you will need to make a subsequent request, appending the value from the first request as a query parameter to a second request. This will then return the next set of records.

Let me know if this helps to clarify,
Will

1 Like