{ "opencollection": "1.0.0", "info": { "name": "Salesforce Bulk API 2.0 Abort All API", "version": "v63.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "All", "type": "folder" }, "items": [ { "info": { "name": "Salesforce Get All Query Jobs", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/jobs/query", "headers": [ { "name": "Content-Type", "value": "example_value" } ], "params": [ { "name": "isPkChunkingEnabled", "value": "true", "type": "query", "description": "If set to true, the request only returns information about jobs where PK Chunking is enabled" }, { "name": "jobType", "value": "example_value", "type": "query", "description": "BigObjectIngest Classic V2Query" }, { "name": "concurrencyMode", "value": "example_value", "type": "query", "description": "serial parallel" }, { "name": "queryLocator", "value": "example_value", "type": "query", "description": "use the value from the nextRecordsUrl from the previous set" } ] }, "docs": "Salesforce Get All Query Jobs" }, { "info": { "name": "Salesforce Get All Jobs", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/jobs/ingest" }, "docs": "Salesforce Get All Jobs" }, { "info": { "name": "Salesforce Get Values for All Picklist Fields of a Record Type", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/ui-api/object-info/:SOBJECT_API_NAME/picklist-values/:RECORD_TYPE_ID", "params": [ { "name": "SOBJECT_API_NAME", "value": "example_value", "type": "path", "description": "Object API Name" }, { "name": "RECORD_TYPE_ID", "value": "500123", "type": "path", "description": "Record type Id. Use `012000000000000AAA` as default when there are no custom record types." } ] }, "docs": "Get metadata about a specific object. The response includes metadata describing fields, child relationships, record type, and theme." }, { "info": { "name": "Salesforce Get All Navigation Items", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/ui-api/nav-items" }, "docs": "Gets all navigation items (tabs) that the user has access to." } ] } ], "bundled": true }