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
smitrasmitra 

Sample rest API call..

Please help me to understand how to call rest methods from 

I want to retrive searchlayout information using rest API  call.

I sear in some guide book finally came accross the below link

https://www.salesforce.com/us/developer/docs/api_rest/
Prafull G.Prafull G.
If you want to create a REST service in salesforce, then please follow the below links
https://developer.salesforce.com/page/Getting_Started_with_the_Force.com_REST_API
http://www.salesforce.com/us/developer/docs/apexcode/Content/apex_rest_code_sample_basic.htm
https://developer.salesforce.com/page/Creating_REST_APIs_using_Apex_REST

Above links has detailed examples to create and expose salesforce rest service.

Additionally, If you want to consume external REST service in salesforce then visit
https://www.salesforce.com/us/developer/docs/apexcode/Content/apex_callouts_http.htm