Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
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

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