How to paginate +50000 records five9 report fetched over api
I'm fetching data from five9 using the SOAP api however some reports have more than 50000 records per day which is the limit that the method getReportResultCsv
have.
Five9 Api method used
Right now im sending requests per hour but for some intervals the amount received is to small, so in order to make an optimization and reduce the number of requests send I'd like to know if there's a way to get a pagination when fetching results.
This is the documentation that's being used: https://webapps.five9.com/assets/files/for_customers/documentation/apis/config-webservices-api-reference开发者_运维百科-guide.pdf
精彩评论