Does tyk support Pagination?

Hey,

I want to know if tyk supports pagination. Below is an example usecase

For example:
I am returning 10,000 entities from a single api response and i want to add pagination to it which returns 200 entities per page. how can this be implemented? Also do i have to call API again to get the data for each and every page ?

Please advice on this.

Thanks
Nitesh

Hi,

you could look at using a Virtual Path to make the request on behalf of the user, then pare it and page it back, but you would still be hitting you back end for the full payload.

Many thanks,
Martin