I have created a connection to Fresh Service API, there are over 100 items I must access using pagination.
https://<MyDomain>.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://<MyDomain>.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?
Thank you in advanced for your time!