Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Psyke
Contributor
Contributor

using trestClient to get multiple responses

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.

Labels (1)
  • Other

1 Reply
Anonymous
Not applicable

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