Experience Salesforce
REST API Part 5
What You’ll Learn
- HTTP Methods
- Introduction To API Callout
Topics
- APIs in Salesforce
- Need of API in Salesforce
- Languages Used in creating APIs
- How Communication Happens in APIs
- Types of APIs in Salesforce
- REST API Part 1
- REST API Part 2
- REST API Part 3
- REST API Part 4
- REST API Part 5
- REST API Part 6
- REST API Part 7
- REST API Part 8
- REST API Part 9
- SOAP API Part 1
- SOAP API Part 2
- SOAP API Part 3
- SOAP API Part 4
- SOAP API Part 5
- Metadata API in Salesforce
HTTP Methods
HTTP is a protocol(rules) used in web-based communications. There exist various types of HTTP methods, Some of them are:
- Get: To get the data through the API
- Post: To post the data through the API
- Put: To put the data through the API
- Delete: To delete the data through the API
Out of all of the HTTP methods, GET and POST methods are majorly used as nowadays APIs come up with lots of customization.
Introduction To API Callout
API callout means sending a request to the external system to get some data or to send some data like calling an API of google sheets to get data from Google Sheets. API callout in salesforce is done in apex language.
Next TopicNeed Extra Support? Our FREE study materials have got you covered.
Our expert-prepared study materials provide the answers you need. Clear your doubts and improve your skills with detailed notes from industry professionals.