Hello,
I’ve been using Python as a framework to request data from the analytics rest-api’s web hooks, however I am unable to find a solution for getting past the 1000 results limit and thus my json are only 1000 results long?
I have 1500 results and I would like to be able to get the results of all of them. I’ve looked at pagination etc, but I have not seen any ressources or documentation being applied to the rest-api which would seem to me as being an important addition if it does not currently exist. Is there a method to achieve this ?
I greatly appreciate any help and responses!
Thank you.