{ "opencollection": "1.0.0", "info": { "name": "Salesforce Bulk API 2.0 Abort Schema API", "version": "v63.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Schema", "type": "folder" }, "items": [ { "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 Platform Event Schema by Event Name", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/sobjects/:EVENT_NAME/eventSchema", "headers": [ { "name": "Content-Type", "value": "example_value" } ], "params": [ { "name": "EVENT_NAME", "value": "example_value", "type": "path", "description": "API Name of the event" } ] }, "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 Request Openapi Schema", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/async/specifications/oas3" }, "docs": "Requests an Open API document for the selected SObject REST API resources." }, { "info": { "name": "Salesforce Retrieve Openapi Schema", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/async/specifications/oas3/:schemaId", "params": [ { "name": "schemaId", "value": "500123", "type": "path", "description": "Identifier that was returned in the original request to generate the Schema." } ] }, "docs": "Generate an OpenAPI 3.0 document for the sObjects REST API. This is a [Beta feature](https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/openapi_beta.htm) that requires an activation step before it can be used." } ] } ], "bundled": true }