A Salesforce API call represents specific operations. Salesforce API call basics set up your client applications to invoke at runtime to perform tasks, for example:

  • Query data in your organization.
  • Add, update, and delete data.
  • Obtain metadata about your data.
  • Run utilities to perform administration tasks.
 Salesforce API call

Using your development environment, you can construct Web service client applications that use standard Web service protocols to programmatically:

  • Log in to the login server (login()) and receive authentication information to be used for subsequent calls
  • Query your organization’s information (query(), queryAll(), queryMore(), and retrieve() calls)
  • Perform text searches across your organization’s information (search() call)
  • Create, update, and delete data (create(), merge(), update(), upsert(), delete(), and undelete() calls)
  • Perform administrative tasks, such as retrieving user information (getUserInfo() call), changing passwords (setPassword() and resetPassword() calls), and getting the system time (getServerTimestamp() call)
  • Replicate data locally (getDeleted() and getUpdated() calls)
  • Obtain and navigate metadata about your organization’s data (describeGlobal(), describeSObject(), describeSObjects(), describeLayout(), and describeTabs() calls)
  • Work with approval processes (process())
  • Return category groups and categories from your organization (describeDataCategoryGroups() and describeDataCategoryGroupStructures()).

Learn more about Salesforce API call basics. A Salesforce API call is a powerful tool.

Related Posts
The Salesforce Story
The Salesforce Story

In Marc Benioff's own words How did salesforce.com grow from a start up in a rented apartment into the world's Read more

Salesforce Jigsaw
Salesforce Jigsaw

Salesforce.com, a prominent figure in cloud computing, has finalized a deal to acquire Jigsaw, a wiki-style business contact database, for Read more

Health Cloud Brings Healthcare Transformation
Health Cloud Brings Healthcare Transformation

Following swiftly after last week's successful launch of Financial Services Cloud, Salesforce has announced the second installment in its series Read more

Alphabet Soup of Cloud Terminology
abc

As with any technology, the cloud brings its own alphabet soup of terms.  This insight will hopefully help you navigate Read more