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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
SRakshe1595337530
Contributor
Contributor

REST API in Talend

Hi, I am new to Talend and I am trying to send data to my Drupal website using REST API in Talend. The POST method works perfectly fine for Postman client but I was not able to send data with tRest and tRestClient in Talend.

This is my request in Postman.0693p000008vZ0EAAU.png

This is what my tRest looks like.

0693p000008vZ1HAAU.png

This is the error I see in the log.

0693p000008vZ09AAE.png

I have also used tRestClient by passing the body as a String to the "string" column but I get a 422 HTTP error. I have added Authorisation header. Can someone tell me what I may be doing wrong? Is there any reason why my request call works in Postman and not Talend?

Labels (3)
1 Reply
manodwhb
Champion II
Champion II

@Shravani Rakshe​ , why cannot check with API developer , what kind of request is hited to API when you ran the talend Job? they way can sort out the problem.