Sign in

List my file feed items

documented

Retrieve feed items for files owned by or followed by the current user.

GET /services/data/{version}/chatter/feeds/files/me/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://{{INSTANCE_DOMAIN}}/services/data/v{{$version}}/chatter/feeds/files/me/feed-items" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json"
List my file feed items · Salesforce Chatter · OpenIntegrations