{ "opencollection": "1.0.0", "info": { "name": "Salesforce Bulk API 2.0 Abort Shares API", "version": "v63.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Shares", "type": "folder" }, "items": [ { "info": { "name": "Salesforce File Shares", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/connect/files/:FILE_ID/file-shares", "params": [ { "name": "FILE_ID", "value": "500123", "type": "path" } ] }, "docs": "Returns information about the objects with which the specified file has been shared. Objects can be users, groups, or records.\n\nhttps://developer.salesforce.com/docs/atlas.en-us.chatterapi.meta/chatterapi/connect_resources_files_shares.htm" }, { "info": { "name": "Salesforce Files Shares Link", "type": "http" }, "http": { "method": "PUT", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/connect/files/:FILE_ID/file-shares/link", "params": [ { "name": "FILE_ID", "value": "500123", "type": "path" } ] }, "docs": "A description of a file shared as a link. Create, access, and delete a file’s share link.\n\nhttps://developer.salesforce.com/docs/atlas.en-us.chatterapi.meta/chatterapi/connect_resources_files_shares_link.htm" } ] } ], "bundled": true }