About Me

My photo
PLANO, Texas, United States

Thursday, September 17, 2020

Chatter REST API

What is the Chatter REST API?

The Chatter REST API:

  • Enables integration with Salesforce Chatter.
  • Provides programmatic access to Chatter feeds and social data (Users, followers, files, etc.)

Where to use chatter API?

  • Social applications for mobile devices.
  • Highly interactive websites.
  •  An integration from Salesforce Chatter into other applications(Facebook, Twitter, etc.)


What makes the chatter REST API Unique?

Unlike REST API, the chatter REST API support programs built on social media. The Key aspects of the API are:

  • Pre-aggregation of data from different object

  • Data automatically localized to the user time-zone and language
        
  • Build In pagination – Return results support the pagination when data has multiple entries. For example- News Feed. API return first 20 result and include NextPageURL, CurrentPageURL and previous page URL.

What are the examples of REST API?

  • Post a Feed Item
  • Get a Group Feed
  • Get My News Feed

To know about other integration API at a glance, pls Click here

No comments:

Post a Comment