Remove Service Request Updates in Activity Feed
in Fusion RAMP
The Following steps can be followed to remove the SR updates on activity feed and only keep the meesages in the feed.
Do a GET Rest API call to identify the "FeedType"="ServiceRequest" and "ActiveFlag"=true on the FeedConfigurations
Method → GET
With the FeedId from the response, invoke "child/FeedObject" and query on "ObjectName=ServiceRequest"
Method → GET
With the FeedObjectId from the response, invoke "child/FeedEvent"
1