Rest API - Listing a meeting's registrants

Hi there,

 

I’m trying to get the next page from this “List” API endpoint

/meetings/{meetingId}/registrants

but I noticed on the playground (https://developer.zoom.us/playground/#/Meetings/meetingRegistrants) that the pagination-related fields in the response type do not match in the input parameters.

 

For example, the playground says that the  page_size and  page_number are taken in as parameters in order to specify which page of the entire list is desired, but Example Value response does not return a  page_number.

Rather, the response seems to return a  page_countpage_sizetotal_record , and next_page_token (???), but I thought that this endpoint would return the original  page_number that I provided, much like the List accounts endpoint

https://developer.zoom.us/playground/#/Accounts/accounts

 

I’m able to page through the List accounts endpoint just by taking the  response.page_number + 1 as the next request’s page number, rather than keeping track of what page numbers I’ve requested thus far. I’d like to be able to do the same thing for List meeting registrants. Is that possible? 

 

Thanks,

Tuan

Hi Tuan, 

This maybe a bug within our playground, I’ll follow up with the Engineers to why there is a discrepancy with page_count and page_number. 

 

Thanks

Hi Michael,

Sounds good. Have a great weekend!

Thanks,

Tuan

Hi Tuan, 

I wanted to followup. Our Engineers saw that there was a bug and hav fixed the issue. 

Thanks

Hi Michael,

Thanks for getting back to me! Do you have any information on when I can expect this bug fix to take effect? I just checked the playground and it (understandably) looks like before.

No rush–I realize fixes take time to propagate, and I’m just curious about the timeline is all.

Thanks,

Tuan

Hi Tuan, 

The fixed should be in place during our next release tentative for 9/16. 

Hi Michael,

Fantastic, thanks for getting back to me!

Tuan