{ "opencollection": "1.0.0", "info": { "name": "Salesforce Bulk API 2.0 Abort Following API", "version": "v63.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Following", "type": "folder" }, "items": [ { "info": { "name": "Salesforce Following", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/chatter/users/:USER_ID/following", "params": [ { "name": "USER_ID", "value": "500123", "type": "path" } ] }, "docs": "Returns a list of people, groups, records, topics, and files that the specified user is following. Also used to follow records.\n\nhttps://developer.salesforce.com/docs/atlas.en-us.chatterapi.meta/chatterapi/connect_resources_users_FollowingUsers.htm?search_text=following" }, { "info": { "name": "Salesforce Following - Post", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/chatter/users/:USER_ID/following", "params": [ { "name": "subjectId", "value": "500123", "type": "query" }, { "name": "USER_ID", "value": "500123", "type": "path" } ] }, "docs": "Returns a list of people, groups, records, topics, and files that the specified user is following. Also used to follow records.\n\nhttps://developer.salesforce.com/docs/atlas.en-us.chatterapi.meta/chatterapi/connect_resources_users_FollowingUsers.htm?search_text=following" } ] } ], "bundled": true }