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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Documentation on POST operation on TRestRequest

Hi,
I am a beginner in Talend Open Studio for ESB 5.6.0, I didn't found any documentation on how can i create a REST api to POST data.
Can anyone suggest me some example on same.
Thanks,
Ismail 
Labels (3)
2 Replies
_AnonymousUser
Specialist III
Specialist III

Hi, it is nearly the same as with GET:
but indeed it would help if the POST example was provided. Set a method to POST, and configure the URI and query parameters as with GET.
You have a POST form payload then simply add few parameters in the schema editor and a 'form' in Comments, if it is something else and it is Document or String then add a 'body' parameter of type Document or String
HTH, Sergey
Anonymous
Not applicable
Author

Hi, it is nearly the same as with GET:
but indeed it would help if the POST example was provided. Set a method to POST, and configure the URI and query parameters as with GET.
You have a POST form payload then simply add few parameters in the schema editor and a 'form' in Comments, if it is something else and it is Document or String then add a 'body' parameter of type Document or String
HTH, Sergey