Salesforce Dictionary - Free Salesforce GlossarySalesforce Dictionary
DictionaryAcronymsREST
All acronyms
REST

Representational State Transfer

An architectural style for building web services that uses standard HTTP methods. The Salesforce REST API is the most commonly used API for building integrations and custom applications.

Example use case

A developer makes a REST API call using a GET request to /services/data/vXX.0/sobjects/Account/ to retrieve Account records from Salesforce.

More acronyms starting with R