{ "opencollection": "1.0.0", "info": { "name": "Salesforce Bulk API 2.0 Abort Batch API", "version": "v63.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Batch", "type": "folder" }, "items": [ { "info": { "name": "Salesforce Bulk Check Batch Status", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/async/64.0/job//batch", "headers": [ { "name": "X-SFDC-Session", "value": "example_value" }, { "name": "Accept-Encoding", "value": "example_value" }, { "name": "Content-Encoding", "value": "example_value" } ] }, "docs": "Salesforce Bulk Check Batch Status" }, { "info": { "name": "Salesforce Bulk Create Batch", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/async/64.0/job//batch", "headers": [ { "name": "X-SFDC-Session", "value": "example_value" }, { "name": "Content-Type", "value": "example_value" }, { "name": "charset", "value": "example_value" } ], "body": { "type": "multipart-form", "data": [ { "name": "File", "type": "text", "value": "" } ] } }, "docs": "Salesforce Bulk Create Batch" }, { "info": { "name": "Salesforce Bulk Retrieve Batch Result", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/async/64.0/job//batch/:_batchId/result", "headers": [ { "name": "X-SFDC-Session", "value": "example_value" }, { "name": "Accept-Encoding", "value": "example_value" }, { "name": "Content-Encoding", "value": "example_value" } ], "params": [ { "name": "_batchId", "value": "500123", "type": "path" } ] }, "docs": "Salesforce Bulk Retrieve Batch Result" }, { "info": { "name": "Salesforce Bulk Retrieve Batch Result Data", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/async/64.0/job//batch/:_batchId/result/:batchResultId", "headers": [ { "name": "X-SFDC-Session", "value": "example_value" }, { "name": "Accept-Encoding", "value": "example_value" }, { "name": "Content-Encoding", "value": "example_value" } ], "params": [ { "name": "batchResultId", "value": "500123", "type": "path" }, { "name": "_batchId", "value": "500123", "type": "path" } ] }, "docs": "Salesforce Bulk Retrieve Batch Result Data" }, { "info": { "name": "Salesforce Composite Batch", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/composite/batch", "body": { "type": "json", "data": "{}" } }, "docs": "Executes up to 25 subrequests in a single request. The response bodies and HTTP statuses of the subrequests in the batch are returned in a single response body. Each subrequest counts against rate limits.\nThe requests in a batch are called subrequests. All subrequests are executed in the context of the same user. Subrequests are independent, and you can’t pass information between them. Subrequests execute serially in their order in the request body. When a subrequest executes successfully, it co" }, { "info": { "name": "Salesforce Feed Elements, Batch Post", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/chatter/feed-elements/batch", "body": { "type": "json", "data": "{}" } }, "docs": "Post a batch of up to 500 feed elements.\n\nhttps://developer.salesforce.com/docs/atlas.en-us.chatterapi.meta/chatterapi/connect_resources_feed_element_batch_post.htm" }, { "info": { "name": "Salesforce Get a Batch of Records", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/ui-api/records/batch/:RECORD_IDS", "params": [ { "name": "RECORD_IDS", "value": "example_value", "type": "path", "description": "Comma-separated list of record IDs" } ] }, "docs": "Get data for a batch of records." }, { "info": { "name": "Salesforce Update a Batch of Favorites", "type": "http" }, "http": { "method": "PUT", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/ui-api/favorites/batch", "body": { "type": "json", "data": "{}" } }, "docs": "Update all favorites at once. The sort order is updated to the given relative ordering. Any favorites missing from the request body are deleted." } ] } ], "bundled": true }