You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Remove Service Request Updates in Activity Feed

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

URL → https://<hostname>/crmRestApi/resources/11.13.18.05/feedConfigurations?q=FeedType=ServiceRequest;ActiveFlag=true&onlyData=true

Method → GET

With the FeedId from the response, invoke "child/FeedObject" and query on "ObjectName=ServiceRequest"

Url →  https://<hostname>:443/crmRestApi/resources/11.13.18.05/feedConfigurations/67b1434b-c033-459f-92e8-06d9f7ea0852/child/FeedObject

Method → GET

With the FeedObjectId from the response, invoke "child/FeedEvent" 

URL → https://<hostname>:443/crmRestApi/resources/11.13.18.05/feedConfigurations/67b1434b-c033-459f-92e8-06d9f7ea0852/child/FeedObject/0b7db0d5-d914-4bf3-8417-a8bda3d6f627/child/FeedEvent

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!