{ "opencollection": "1.0.0", "info": { "name": "Salesforce Bulk API 2.0 Abort Names API", "version": "v63.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Names", "type": "folder" }, "items": [ { "info": { "name": "Salesforce Get External Credentials by Developer Name", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/named-credentials/external-credentials/:DEVELOPER_NAME", "params": [ { "name": "DEVELOPER_NAME", "value": "example_value", "type": "path" } ] }, "docs": "Get an external credential, including the named credentials and principals associated with it and the type and status of each principal." }, { "info": { "name": "Salesforce Get Named Credential by Developer Name", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/named-credentials/named-credential-setup/:DEVELOPER_NAME", "params": [ { "name": "DEVELOPER_NAME", "value": "example_value", "type": "path" } ] }, "docs": "Get a named credential." }, { "info": { "name": "Salesforce Platform Event Schema by Event Name", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/sobjects/:EVENT_NAME/eventSchema", "headers": [ { "name": "Content-Type", "value": "example_value" } ], "params": [ { "name": "EVENT_NAME", "value": "example_value", "type": "path", "description": "API Name of the event" } ] }, "docs": "Set, reset, or get information about a user password. This resource is available in REST API version 24.0 and later." }, { "info": { "name": "Salesforce Get List View Records by Api Name", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/ui-api/list-records/:SOBJECT_API_NAME/:LIST_VIEW_API_NAME", "params": [ { "name": "SOBJECT_API_NAME", "value": "example_value", "type": "path", "description": "API name of a UI API supported object." }, { "name": "LIST_VIEW_API_NAME", "value": "example_value", "type": "path", "description": "API name of a list view, such as AllAccounts, __Recent, or __SearchResult." } ] }, "docs": "Get record data for a list view by list view API name using URL parameters." }, { "info": { "name": "Salesforce Get List View Metadata by Api Name", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/ui-api/list-info/:SOBJECT_API_NAME/:LIST_VIEW_API_NAME", "params": [ { "name": "SOBJECT_API_NAME", "value": "example_value", "type": "path", "description": "API name of the UI API supported object." }, { "name": "LIST_VIEW_API_NAME", "value": "example_value", "type": "path", "description": "API name of a list view, such as AllAccounts, __Recent, or __SearchResult." } ] }, "docs": "Get list view metadata by list view API name using URL parameters." } ] } ], "bundled": true }