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.
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"
} |
ENDPOINTS