Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I'm new to Talend ESB. In this job, I have to retrieve all data from the repository, and our repository have their own REST to get the data. But when I run that REST to get the data, it just returned 100 data. Actually there's more than 100 data. I want to ask, is there any way how to get all the data at once? Can somebody help me, please? I really appreciate it. Thank you
Hi
Check your Rest API if it supports limit and offset parameters, if so, you can do a loop to retrieve all data. Please refer to this topic, it has many discussions and an example.
https://community.talend.com/t5/Design-and-Development/Extract-more-than-10k-records-from-thttpsrequ...
Regards
Shong