Accessing paged response from rest api response
I have an outbound rest message GET which gets bac response in pages. I am only able to get first 1000 records if I don't specify any page parameters. I have more than 50k records. What is a better way too load all the data? Do I have to manually adj...
