Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
anjali_
Contributor
Contributor

I have to create a talend connector for rest API. This API has dyanamic values. ex: https://clecloudy.com/RestApi/resources/latest/contracts/{contract_header_id}/child/ContractLines.

've the API like  ex: https://clecloudy.com/RestApi/resources/latest/contracts/{contract_header_id}/child/ContractLines. and I've created a connector to fetch contract_header_id from other api. Now I have to pass this id to next tResrClient. How can I pass. And concat the 2 string.

https://clecloudy.com/RestApi/resources/latest/contracts/" + id.

1 Reply
Anonymous
Not applicable

Hello,

Have you tried to use talend component trestclient to see if it is working for your case?

Best regards

Sabrina