ONE DAY SALE

Free Salesforce Developers Tutorials >

Chapter 13 - API >

REST API Part 5

REST API Part 5

What You’ll Learn


S2 Labs

HTTP Methods

HTTP is a protocol(rules) used in web-based communications. There exist various types of HTTP methods, Some of them are:

  1. Get: To get the data through the API
  2. Post: To post the data through the API
  3. Put: To put the data through the API
  4. 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.

salesforce-developer

Download Study Material

Get access to exclusive study material for Salesforce Certification and ace your exams!

Download Now

Our Salesforce Certification Courses

Hey there! Glad you made it through our Salesforce Developer Training for beginners . But wait! We've got some high-in-demand Salesforce courses for you to take your Salesforce skills to the next level, making you a desired professional in the Salesforce job market.

Post a Comment

Your email address will not be published. Required fields are marked *