{ "opencollection": "1.0.0", "info": { "name": "Salesforce Bulk API 2.0 Abort Global API", "version": "v63.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Global", "type": "folder" }, "items": [ { "info": { "name": "Salesforce Get Global Actions", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/ui-api/actions/global" }, "docs": "Get the actions on record detail pages." }, { "info": { "name": "Salesforce Describe Global", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/sobjects", "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 Describe Global Layouts", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/sobjects/Global/describe/layouts", "headers": [ { "name": "Content-Type", "value": "example_value" } ] }, "docs": "Returns a list of layouts and descriptions. The list of fields and the layout name are returned." } ] } ], "bundled": true }