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
Force.platformForce.platform 

learn api in salesforce

Hello All,
                 I am new to salesforce. I dont have any idea about soap api, REST api. but i have to learn it. 
Anybody please suggest,where i can learn api and how??
Best Answer chosen by Force.platform
sfdcMonkey.comsfdcMonkey.com
Hi start with trailhead you will be get an good idea about APIs 
https://trailhead.salesforce.com/en/modules/api_basics
 
 next you can get a deep overview by documation:
https://developer.salesforce.com/docs/atlas.en-us.api.meta/api/sforce_api_quickstart_intro.htm
 
other useful resource : 
https://trailhead.salesforce.com/en/modules/apex_integration_services/units/apex_integration_callouts

https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_rest_code_sample_basic.htm  (https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_rest_code_sample_basic.htm  )

Hope it will helps you, kindly let us know if it is help 
Thanks