Activity › Forums › Salesforce® Discussions › Can you give an example of a Salesforce API and it’s usage?
Tagged: HTTP Method, HTTP Version, JSON, Rest API, Salesforce API, Salesforce Bulk API, Salesforce Data, Salesforce Mobile App, SOQL Query, Streaming API
-
Can you give an example of a Salesforce API and it’s usage?
Posted by Aman on September 22, 2018 at 4:36 PMCan you give an example of a Salesforce API and it’s usage?
Parul replied 7 years, 7 months ago 3 Members · 2 Replies -
2 Replies
-
Salesforce has a variety of API’s that let you interact with the system in different ways..
REST API – The REST API lets you integrate with Force.com applications using simple HTTP methods in either XML or JSON formats, making this an idea API for developing mobile applications or external clients.
Bulk API – The Bulk API provides a programmatic access that lets you quickly load data into your Salesforce organisation.
Streaming API – The Streaming API can be used to receive notifications for changes to Salesforce data that match a SOQL query you define. Streaming API is useful when you want notifications to be pushed from the server to the client based on criteria that you define.
- [adinserter block='9']
-
Bulk – The Bulk API provides a programmatic access that lets you quickly load data into your Salesforce organisation.
Streaming – The Streaming API can be used to receive notifications for changes to Salesforce data that match a SOQL query you define. Streaming API is useful when you want notifications to be pushed from the server to the client based on criteria that you define
Log In to reply.