{ "opencollection": "1.0.0", "info": { "name": "Salesforce Bulk API 2.0 Abort Identifiers API", "version": "v63.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Identifiers", "type": "folder" }, "items": [ { "info": { "name": "Salesforce Id Token", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs//", "headers": [ { "name": "Content-Type", "value": "example_value" } ] }, "docs": "Salesforce Id Token" }, { "info": { "name": "Salesforce Platform Event Schema by Schema Id", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/event/eventSchema/:SCHEMA_ID", "headers": [ { "name": "Content-Type", "value": "example_value" } ], "params": [ { "name": "SCHEMA_ID", "value": "500123", "type": "path" } ] }, "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 Managed Event Subscription by Id", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/tooling/sobjects/ManagedEventSubscription/:managedEventSubscriptionId", "params": [ { "name": "managedEventSubscriptionId", "value": "500123", "type": "path" } ] }, "docs": "Salesforce Get Managed Event Subscription by Id" }, { "info": { "name": "Salesforce Sobject Rows by External Id", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/sobjects/:SOBJECT_API_NAME/:FIELD_NAME/:FIELD_VALUE", "headers": [ { "name": "Content-Type", "value": "example_value" } ], "params": [ { "name": "SOBJECT_API_NAME", "value": "example_value", "type": "path" }, { "name": "FIELD_NAME", "value": "example_value", "type": "path" }, { "name": "FIELD_VALUE", "value": "example_value", "type": "path" } ] }, "docs": "Creates new records or updates existing records (upserts records) based on the value of a specified external ID field.\n\nIf the specified value doesn't exist, a new record is created.\nIf a record does exist with that value, the field values specified in the request body are updated.\nIf the value is not unique, the REST API returns a 300 response with the list of matching records.\n\nHEAD, GET, PATCH, DELETE, POST" }, { "info": { "name": "Salesforce Get List View Records by Id", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/ui-api/list-records/:LIST_VIEW_ID", "params": [ { "name": "LIST_VIEW_ID", "value": "500123", "type": "path", "description": "The ID of a list view." } ] }, "docs": "Get record data for a list view by list view ID using URL parameters." }, { "info": { "name": "Salesforce Get List View Metadata by Id", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/ui-api/list-info/:LIST_VIEW_ID", "params": [ { "name": "LIST_VIEW_ID", "value": "500123", "type": "path", "description": "The ID of a list view." } ] }, "docs": "Get list view metadata by list view ID using URL parameters." } ] } ], "bundled": true }