{ "opencollection": "1.0.0", "info": { "name": "Salesforce Bulk API 2.0 Abort Files API", "version": "v63.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Files", "type": "folder" }, "items": [ { "info": { "name": "Salesforce Users Files, General", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/connect/files/users/me", "body": { "type": "multipart-form", "data": [ { "name": "fileData", "type": "text", "value": "" } ] } }, "docs": "Upload a file, including references to external files, to the Files home or get information about files a user owns. These files don’t include files shared with a user, files a user follows, or general organization files.\nWhen you upload a file to the Files home, it is private and available only to the file owner.\n\nTo upload a file, send it in a multipart/form-data request. You can include the description and title of the file in the multipart/form-data request as a JSON or XML request body. You" }, { "info": { "name": "Salesforce File Information", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/connect/files/:FILE_ID", "params": [ { "name": "FILE_ID", "value": "500123", "type": "path" } ] }, "docs": "Get information about a specified file, including references to external files. Upload a new version of an existing file, including references to external files. Rename a file, move a file to a different folder, and delete a file.\nTo upload a new version of an existing file, make a POST request. Upload the new version as a binary part in a multipart/form-data request. See Uploading Binary Files. To upload a new file to the Files home, use /connect/files/users/me.Get information about a specified" }, { "info": { "name": "Salesforce File Information - Delete", "type": "http" }, "http": { "method": "DELETE", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/connect/files/:FILE_ID", "params": [ { "name": "FILE_ID", "value": "500123", "type": "path" } ] }, "docs": "Get information about a specified file, including references to external files. Upload a new version of an existing file, including references to external files. Rename a file, move a file to a different folder, and delete a file.\nTo upload a new version of an existing file, make a POST request. Upload the new version as a binary part in a multipart/form-data request. See Uploading Binary Files. To upload a new file to the Files home, use /connect/files/users/me.Get information about a specified" }, { "info": { "name": "Salesforce File Content", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/connect/files/:FILE_ID/content", "params": [ { "name": "FILE_ID", "value": "500123", "type": "path" } ] }, "docs": "Returns the binary content of the file, including references to external files. The content is streamed as the body of the response.\nhttps://developer.salesforce.com/docs/atlas.en-us.chatterapi.meta/chatterapi/connect_resources_files_content.htm" }, { "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" }, { "info": { "name": "Salesforce Download File", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v54.0/sobjects/ContentVersion/0681k0000020wLFAAY/VersionData", "headers": [ { "name": "Content-Type", "value": "example_value" } ] }, "docs": "Lists the available objects and their metadata for your organization’s data. In addition, it provides the organization encoding, as well as the maximum batch size permitted in queries.\n\nYou can use the If-Modified-Since header with this resource, with the date format EEE, dd MMM yyyy HH:mm:ss z. When using this header, if no available object’s metadata has changed since the provided date, a 304 Not Modified status code is returned with no response body." }, { "info": { "name": "Salesforce Get Event Log File", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/sobjects/EventLogFile/:id/LogFile", "params": [ { "name": "id", "value": "abc123", "type": "path", "description": "Log event Id" } ] }, "docs": "Salesforce Get Event Log File" } ] } ], "bundled": true }