{ "opencollection": "1.0.0", "info": { "name": "Salesforce Bulk API 2.0 Abort Describe API", "version": "v63.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Describe", "type": "folder" }, "items": [ { "info": { "name": "Salesforce Describe Event Channel", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/tooling/sobjects/PlatformEventChannel/describe" }, "docs": "Salesforce Describe Event Channel" }, { "info": { "name": "Salesforce Describe Event Relay", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/tooling/sobjects/EventRelayConfig/describe" }, "docs": "Salesforce Describe Event Relay" }, { "info": { "name": "Salesforce Describe Event Felay Feedback", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/sobjects/EventRelayFeedback/describe" }, "docs": "Salesforce Describe Event Felay Feedback" }, { "info": { "name": "Salesforce Describe Managed Event Subscription", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/tooling/sobjects/ManagedEventSubscription/describe" }, "docs": "Salesforce Describe Managed Event Subscription" }, { "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 Sobject Describe", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/sobjects/:SOBJECT_API_NAME/describe", "headers": [ { "name": "Content-Type", "value": "example_value" } ], "params": [ { "name": "SOBJECT_API_NAME", "value": "example_value", "type": "path", "description": "Object API name" } ] }, "docs": "Describes the individual metadata for the specified object. Can also be used to create a new record for a given object. For example, this can be used to retrieve the metadata for the Account object using the GET method, or create a new Account object using the POST method." }, { "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." }, { "info": { "name": "Salesforce Describe Sobject Layouts", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/sobjects/:SOBJECT_API_NAME/describe/layouts", "headers": [ { "name": "Content-Type", "value": "example_value" } ], "params": [ { "name": "SOBJECT_API_NAME", "value": "example_value", "type": "path" } ] }, "docs": "Returns a list of layouts and descriptions. The list of fields and the layout name are returned." }, { "info": { "name": "Salesforce Describe Sobject Layouts Per Record Type", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/sobjects/:SOBJECT_API_NAME/describe/layouts/:RECORD_TYPE_ID", "headers": [ { "name": "Content-Type", "value": "example_value" } ], "params": [ { "name": "SOBJECT_API_NAME", "value": "example_value", "type": "path" }, { "name": "RECORD_TYPE_ID", "value": "500123", "type": "path" } ] }, "docs": "Returns a list of layouts and descriptions. The list of fields and the layout name are returned." }, { "info": { "name": "Salesforce List View Describe", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/sobjects/:SOBJECT_API_NAME/listviews/:QUERY_LOCATOR/describe", "headers": [ { "name": "Content-Type", "value": "example_value" } ], "params": [ { "name": "SOBJECT_API_NAME", "value": "example_value", "type": "path" }, { "name": "QUERY_LOCATOR", "value": "example_value", "type": "path" } ] }, "docs": "Returns detailed information about a list view, including the ID, the columns, and the SOQL query." }, { "info": { "name": "Salesforce Embedded Service Configuration Describe", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/support/embeddedservice/configuration/:EMBEDDED_SERVICE_CONFIG_DEVELOPERNAME", "headers": [ { "name": "Content-Type", "value": "example_value" } ], "params": [ { "name": "EMBEDDED_SERVICE_CONFIG_DEVELOPERNAME", "value": "example_value", "type": "path" } ] }, "docs": "Retrieves the values for your Embedded Service deployment configuration, including the branding colors, font, and site URL.\n\nYou must be logged in to the account that owns the EmbeddedServiceConfigDeveloperName you are querying." }, { "info": { "name": "Salesforce Get Tooling Describe", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/tooling/sobjects" }, "docs": "Lists the available Tooling API objects and their metadata." }, { "info": { "name": "Salesforce Get Tooling Describe Sobject", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/tooling/sobjects/:SOBJECT_API_NAME/describe", "params": [ { "name": "SOBJECT_API_NAME", "value": "example_value", "type": "path" } ] }, "docs": "Salesforce Get Tooling Describe Sobject" } ] } ], "bundled": true }