{ "opencollection": "1.0.0", "info": { "name": "Salesforce Bulk API 2.0 Abort Standard API", "version": "v63.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Standard", "type": "folder" }, "items": [ { "info": { "name": "Salesforce Standard Invocable Actions", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/actions/standard", "headers": [ { "name": "Content-Type", "value": "example_value" } ] }, "docs": "Returns the list of actions that can be statically invoked. You can also get basic information for each type of action.\nThis resource is available in REST API version 32.0 and later." } ] } ], "bundled": true }