function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Cyrus MajorCyrus Major 

Getting all Chatter Feeds that user is following using SOAP

I am using SOAP API for integrating and fetching data from SalesForce.
I am writing the following query below to fetch the feeds from users chatter. But its giving me all data posted throughout the company. I only want to see feeds are shown in "What I follow" in salesforce. Can someone help me with this. How do i filter it?

QUERY:
select Id,Body,ContentDescription,ContentFileName,CreatedDate,Title,Type,CreatedBy.FirstName,CreatedBy.LastName from CollaborationGroupFeed  order by CreatedDate DESC