{ "opencollection": "1.0.0", "info": { "name": "Salesforce Bulk API 2.0 Abort List Views API", "version": "v63.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "List Views", "type": "folder" }, "items": [ { "info": { "name": "Salesforce Get List Views for an Object", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/list-ui/:objectApiName", "params": [ { "name": "objectApiName", "value": "", "type": "path", "description": "The API name of the Salesforce object (e.g., Account, Contact, MyObject__c)" }, { "name": "pageSize", "value": "", "type": "query", "description": "Number of records per page" }, { "name": "pageToken", "value": "", "type": "query", "description": "Token for retrieving the next page of results" } ] }, "docs": "Returns metadata and data for all list views accessible to the current user for the specified object type." }, { "info": { "name": "Salesforce Get a Specific List View", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/list-ui/:objectApiName/:listViewApiName", "params": [ { "name": "objectApiName", "value": "", "type": "path", "description": "The API name of the Salesforce object (e.g., Account, Contact, MyObject__c)" }, { "name": "listViewApiName", "value": "example_value", "type": "path", "description": "The API name of the list view (e.g., AllAccounts, RecentlyViewed)" }, { "name": "pageSize", "value": "", "type": "query", "description": "Number of records per page" }, { "name": "pageToken", "value": "", "type": "query", "description": "Token for retrieving the next page of results" } ] }, "docs": "Returns the data and metadata for a specific list view." } ] } ], "bundled": true }