Sign in

List News feed items

documented

Retrieve feed items from the News feed for the specified user or scope.

GET /services/data/{version}/chatter/feeds/news/{scope}/feed-itemsFeedsno implementation yet0 runs
No 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"