What is REST?


REST (Representational State Transfer) is an architectural style for building web services and APIs.

In a RESTful architecture, resources are identified by URIs (Uniform Resource Identifiers), and operations are performed on those resources using standard HTTP methods such as GET, POST, PUT, and DELETE.

The state of a resource is represented in JSON or XML, which is transferred between the client and server in the HTTP request and response bodies.

One of the key principles of REST is the separation of concerns between the client and server.

The server is responsible for managing the resources and performing the requested operations, while the client is responsible for generating requests and interpreting the responses.

This allows for greater flexibility and modifiability, as changes to the server do not necessarily require changes to the client.

Here are some RESTful resources

1. https://blog.postman.com/rest-api-examples/

2. https://blog.postman.com/soap-vs-rest/

Follow Us

Posted By : Sudeer Kamat Date :

view_module Related

  • Query All Files Permission To Retrieve ContentDocumentLink Object In #SalesforceWinter24ReleaseQuery All Files Permission To Retrieve ContentDocumentLink Object In #SalesforceWinter24Release
  • Contact Intelligence View In #SalesforceWinter24ReleaseContact Intelligence View In #SalesforceWinter24Release
  • Get Started with Customer Onboarding Faster In Financial Services Cloud In #SalesforceWinter24ReleaseGet Started with Customer Onboarding Faster In Financial Services Cloud In #SalesforceWinter24Release
  • Scan Your Solution with Ease Using Salesforce Code Analyzer Visual Studio Code Extension (Beta) In #SalesforceWinter24ReleaseScan Your Solution with Ease Using Salesforce Code Analyzer Visual Studio Code Extension (Beta) In #SalesforceWinter24Release
  • Use Third-Party Web Components in LWC (Beta) In #SalesforceWinter24ReleaseUse Third-Party Web Components in LWC (Beta) In #SalesforceWinter24Release

label Labels

Comments 0