Pagination with pageToken API

Hello,

I'm trying to connect retool to a Google My Business API.
The "pageSize" query parameter max value is 100, but I need to get all the records.

I succed to get the first 100 rows and the value of "nextValueToken", but with the options for server side pagination that is offered I can't find the way to use this token.

Does anyone has a solution ?

Thanks

Hey @Emmanuel – if you're getting a nextValueToken back from your initial request, you should probably be using Cursor-based pagination. If you link to the docs for the API you're using, I can give you more help!

Hey Hustin,

I'm using a Google My Business API

Method: accounts.locations.list | Google My Business API

Have a nice day