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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

how to access Salesforce Apex Rest using tRestClient !!!

I urgently need help to call ApexRest i.e. Rest api developed in Salesforce and retrieve the return values in some file or a db table. Firstly I am confused which component to use as I found 2 "tRestClient" and "tRest". Would really appreciate if anyone could give me complete steps to call Salesforce Rest function and retrieve the data returned from it.
Labels (4)
1 Reply
Anonymous
Not applicable
Author

Hi,
Have you created a REST API by using Apex REST?
The tREST component sends HTTP requests to a REpresentational State Transfer (REST) Web service provider and gets responses correspondingly.
The tRESTClient component sends HTTP and HTTPS requests to a REpresentational State Transfer (REST) Web service provider and gets the corresponding responses. 
This component integrates well with Talend Runtime to get HTTPS support, with more QoS features to be supported in time.
Please see components references:
TalendHelpCenter:tREST and  TalendHelpCenter:tRESTClient
Best regards
Sabrina