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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

API expose using talend

I have one api build in java which accepts json and produces json in response. I want to expose api using Talend Esb to some external system. How is this possible? response with example is more appreciated 

Thank You..

example json request to api is as below

{
"abc": [],
"pqr": ["a","b"],
"xyz": ["c"],
"sourceId": "2",

"fromdate": "2017-03-12",

"todate": "2019-03-12"
}

 

response from api is as below:-

[
{
"a":"x",

"b":"y",

"c":"z"

},
{
"a" :"x1",

"b":"x2",

"c":"x3"
}

{
"a":"x2",

"b":"y2",

"c":"z2"

}

]

Labels (4)
1 Reply
Anonymous
Not applicable
Author

Hello,

Could you please refer the below documentation for Talend Cloud API Desigher to see if it is what you are looking for?

https://help.talend.com/reader/qKRY3I02Gk4ak5ZGUlkVTQ/KPnd2e9U3PMwB9JDlPP~Kg

Best regards

Sabrina