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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Aymen1
Contributor II
Contributor II

Pagination

Hi everybody ,

I am a beginner on talend and I want to GET all the Pipedrive CRM products through the tRestClient Component.

This CRM requires two variables for Pagination ( start & limit ). this is the pipedrive documentation .

0693p00000Ac1joAAB.png

and here an example in postman :

0693p00000Ac1lGAAR.png

So the question is : "how can I get all products ? What are the components to put before or after the tRestClient ?

Thank you , in advance , for your reactivity .

Labels (3)
1 Reply
Anonymous
Not applicable

Hi

Is there a API to return the total products you want to get or the number of products is known? I have achieved a similar request and I use tLoop component to do a loop, the number of products will be the 'To' value on tLoop.

 

Regards

Shong