List News feed items
documentedRetrieve feed items from the News feed for the specified user or scope.
GET /services/data/{version}/chatter/feeds/news/{scope}/feed-itemsFeedsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://{{SALESFORCE_INSTANCE}}.salesforce.com/services/data/v{{version}}/chatter/feeds/news/{{scope}}/feed-items" \
-X GET \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Accept: application/json"