Logo
Salesforce Developers API Documentation

Record Feed Elements

GET {{_endpoint}}/services/data/v{{version}}/chatter/feeds/record/:RECORD_GROUP_ID/feed-elements

Returns the feed elements for all the records the context user is following, or all the feed elements of the specified recordId. Use this resource to search a feed or to get the feed elements for a specific feed, including another user’s feed. To use this resource to get the feed elements for a group, specify the group ID as the recordId.

https://developer.salesforce.com/docs/atlas.en-us.chatterapi.meta/chatterapi/connect_resource_feeds_record.htm

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status OK

{ "currentPageToken": null, "currentPageUrl": "/services/data/v58.0/chatter/feeds/record/001.../feed-elements", "elements": [], "isModifiedToken": null, "isModifiedUrl": null, "nextPageToken": null, "nextPageUrl": null, "updatesToken": "2:1700651144000", "updatesUrl": "/services/data/v58.0/chatter/feeds/record/001.../feed-elements?updatedSince=2%3A1700651144000" }



Curl
curl -X GET '/services/data/v61.0/chatter/feeds/record/:RECORD_GROUP_ID/feed-elements'

ENDPOINTS