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
viv1viv1 

Get or Post Api service ??

I have to write a Rest service for retreiving data from salesforce object ??

i have 6-7 filters for that..
which i have to send as parameter ..
Data will be ... name of users... 10-15..
other records details..
what should i use for this Get ot Post ????
please suggest... with advantages of using the one..

Sonam_SFDCSonam_SFDC
If you are retrieving data from Salesforce in a third party app - you will have to use GET 

Please go through the following REST API guide:https://www.salesforce.com/us/developer/docs/api_rest/
Ramu_SFDCRamu_SFDC
Please go through the below article for better understanding.

https://developer.salesforce.com/page/Getting_Started_with_the_Force.com_REST_API

You may try out rest services available in your org currently on this cloud based api get and post method tool
https://apigee.com/console/salesforce