function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
SS KarthickSS Karthick 

Regarding REST API

Hi folks,
    Can anyone tell me what is REST API and how to excute REST API in salesforce

Thanks in advance
Karthick
Best Answer chosen by SS Karthick
Vamsi KrishnaVamsi Krishna
Karthick,
instead of trying to redefine or copy paste from other well defined articles, I m directly giving links to the articles which will help you..

REST API in general : http://en.wikipedia.org/wiki/REST_API

REST API in Salesforce :
Getting Started : https://developer.salesforce.com/page/REST_API
Developer Guide : https://www.salesforce.com/us/developer/docs/api_rest/

once you spend sometime reading these and if you start working with samples, you can come back and post any specific question you have with the code you are working on..

All Answers

Vamsi KrishnaVamsi Krishna
Karthick,
instead of trying to redefine or copy paste from other well defined articles, I m directly giving links to the articles which will help you..

REST API in general : http://en.wikipedia.org/wiki/REST_API

REST API in Salesforce :
Getting Started : https://developer.salesforce.com/page/REST_API
Developer Guide : https://www.salesforce.com/us/developer/docs/api_rest/

once you spend sometime reading these and if you start working with samples, you can come back and post any specific question you have with the code you are working on..
This was selected as the best answer
SS KarthickSS Karthick
Thanks Vamsi Krishna,

But I wanna learn how to work out sample hello world rest api in salesforce 

Please help!
Michael VerhovskiMichael Verhovski
Abraham kumarAbraham kumar
Hi All,

i have a particular requirement in which the contact data from salesforce has to be sent to a web application in JSON format, This has to be triggered when the contact email is changed in salesforce. please can anyone suggest how this can be done using Rest api to send data in json format.I am new in integration, Please help

Many Thanks!!
Abraham