Activity Forums Salesforce® Discussions Can you give an example of a Salesforce API and it’s usage?

  • shariq

    Member
    September 22, 2018 at 4:36 pm

    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.

  • Parul

    Member
    September 22, 2018 at 5:17 pm

    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.

Popular Salesforce Blogs

Popular Salesforce Videos