JSON API - Connector Pagination

I have a question regarding the JSON API. I understand that it will only pull 50 rows of data at a time, and that you have to tell it to go and grab the next page of rows. Our JSON payload includes the ‘next’ link, but it’s not being followed. I can’t figure it out and can’t find any documentation on how to configure the Pull from API connector to grab more than one page. Attaching a screenshot here to show the current configuration settings. Anybody have insight into why this isn’t grabbing all pages of results?

Hi @Chick_Webb,

Try links.next.href – otherwise keep the rest the same. That should paginate through all of your pages!

Matt

1 Like