Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi ,
I have a requirement to read data from an API through Talend and this API accepts Cust_ID as input and gives the country as response along with few other fields .
I have created a job as trestClinet-->textractjsonfields-->tlogrow .
So everytime i run the job , I pass in the ID(manually) as the input and get the corresponding response.
Is there a way to call API and get multiple responses(all the available responses <3500) in a single go .
Moreover , the input that needs to be passed to the API i.e., the ID , is available in one of the columns of a table , so i can read the data from the table and pass the same in an iterative manner?
PS:
working with API's for the first time
Thanks in advance.
It sounds like you are talking about paging here. This will depend on how your API implements that....although it's usually pretty consistent across APIs. I give a high level explanation here.....
https://community.talend.com/s/question/0D53p00007vCj0YCAS/iterative-data-extraction-pagination-and-polling-from-rest-api-using-trestclient