{ "opencollection": "1.0.0", "info": { "name": "Salesforce Bulk API 2.0 Abort QueryAll API", "version": "v63.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "QueryAll", "type": "folder" }, "items": [ { "info": { "name": "Salesforce Execute a Queryall (includes Deleted Records)", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/queryAll", "body": { "type": "json", "data": "{}" } }, "docs": "Executes a SOQL query that includes soft-deleted records and archived records in the results, unlike the standard /query endpoint which excludes them. Use this endpoint for data recovery, audit trails, or replication scenarios where deleted records must be included.\n" } ] } ], "bundled": true }