Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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"
}
]
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