Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi community, I am messing around with the Broadworks XSI API to extract data from the api to our own datawarehouse. I have the API up and running and I am getting data back. The only problem I have right now is that I am getting a limited set of res...
He mpcaddy, thanks for the insights! That means we can use the start param when we know the hard limit is for example 50 records. Then the loop would be something like:1st run: start=12nd run: start 513rd run: start 101repeat indefinitely untill no m...