News Feed Elements
GET {{_endpoint}}/services/data/v{{version}}/chatter/feeds/news/me/feed-elements
All feed elements from all groups the context user either owns or is a member of, as well as all files, records, and users the context user follows. Use this resource to get information about feed elements and to post feed elements. For information about posting a feed element, see Feed Elements, Post and Search.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
{
"currentPageToken": null,
"currentPageUrl": "/services/data/v58.0/chatter/feeds/news/005.../feed-elements",
"elements": [],
"isModifiedToken": null,
"isModifiedUrl": null,
"nextPageToken": null,
"nextPageUrl": null,
"updatesToken": "2:1700651042000",
"updatesUrl": "/services/data/v58.0/chatter/feeds/news/005.../feed-elements?updatedSince=2%3A1700651042000"
} |
ENDPOINTS