QlikSense Pagination

Pagination/Extensions Fresh Service:

I have created a connection to an API (Fresh Service), there are over 700 items I must access using pagination.

https://.freshservice.com/api/v2/tickets?per_page=100, this is my current connection. I only received 100 items (this is the maximum number of items to be received per page).

https://.freshservice.com/api/v2/tickets?per_page=100&page=2, This is what I have tried using (next URL) for my pagination. This does not work, I still receive 100 items.

Now, I have been led to believe that I need extensions to perform this task. Is this corrrect? If so, what extensions does one need?

Hi @akshayvjhyd

Typically, APIs like that will return you the next 100 items, but still just the 100 items per page. Is that not the case?