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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Matthias2
Contributor
Contributor

tRESTRequest read PathParam from PUT request

Hi all,

in API Designer a have a resource defined for a PUT request containing a PathParam and some JSON-payload in the body.

In the job implementation using the tRESTRequest component I need to fetch the PathParam and the payload from the body,

is there a good example how to implement/handle this?

Thanks in advance!

Labels (7)
1 Reply
gjeremy1617088143
Master
Master

Hi @Matthias , you can refer to this documentation :

https://help.talend.com/r/mN51eDX~YKDNvIYUXAJtng/i2Kk6KY9xs4z5nGluiVyKA

you 'll see it's with xml but it explain how to get query parameter and body from tRestRequest.

Send me Love and Kudos