Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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 .
and here an example in postman :
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 .
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