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

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

Paginated RestAPI

Hello,

I want to extract the full list of data via Paginated RestAPI.

How I can pass "Limit" & "Offset" values dynamically in talend?

Thanks.

Labels (4)
4 Replies
Anonymous
Not applicable

I talk about how you can do this in this thread....

https://community.talend.com/s/question/0D53p00007vCoQbCAK/extract-more-than-10k-records-from-thttpsrequest-component

nk2h
Contributor
Contributor
Author

I'm using tRestClient Component to get JSON data and need to pass Bearer Token authentication. Can't connect tLoop to tRestClient. Which component I should use to achieve it?

Anonymous
Not applicable

Between the tLoop and the tRestClient just add a tJava using an OnComponentOk link to join to the tRestClient. The tJava will do nothing other than permit you to use the OnComponentOk link.

nk2h
Contributor
Contributor
Author

Thank you. It solved now. I followed as suggestions.

 

0695b00000YF5V5AAL.png 

0695b00000YF5qSAAT.png