{ "opencollection": "1.0.0", "info": { "name": "Salesforce Bulk API 2.0 Abort Views API", "version": "v63.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Views", "type": "folder" }, "items": [ { "info": { "name": "Salesforce List Views", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/sobjects/:SOBJECT_API_NAME/listviews", "headers": [ { "name": "Content-Type", "value": "example_value" } ], "params": [ { "name": "SOBJECT_API_NAME", "value": "example_value", "type": "path" } ] }, "docs": "Returns the list of list views for the specified sObject, including the ID and other basic information about each list view. You can also get basic information for a specific list view by ID." }, { "info": { "name": "Salesforce Get List Views for an Object", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/ui-api/list-info/:SOBJECT_API_NAME", "params": [ { "name": "SOBJECT_API_NAME", "value": "example_value", "type": "path", "description": "API name of a UI API supported object." } ] }, "docs": "Get list views associated with an object." } ] } ], "bundled": true }