{ "opencollection": "1.0.0", "info": { "name": "Salesforce Bulk API 2.0 Abort View API", "version": "v63.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "View", "type": "folder" }, "items": [ { "info": { "name": "Salesforce Get List View Header Actions", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/ui-api/actions/list-view/:LIST_VIEW_IDS", "params": [ { "name": "LIST_VIEW_IDS", "value": "example_value", "type": "path", "description": "A single list view ID, or a comma-delimited list of list view IDs." } ] }, "docs": "Get the actions on records in related lists." }, { "info": { "name": "Salesforce Get List View Record Actions", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/ui-api/actions/list-view-record/:RECORD_IDS", "params": [ { "name": "RECORD_IDS", "value": "example_value", "type": "path", "description": "A single record ID, or a comma-delimited list of record IDs." } ] }, "docs": "Get the record actions on list views." }, { "info": { "name": "Salesforce Get List View Chart Actions", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/ui-api/actions/list-view-chart/:SOBJECT_API_NAME", "params": [ { "name": "SOBJECT_API_NAME", "value": "example_value", "type": "path", "description": "Currently, only `ListViewChartInstance` is valid." } ] }, "docs": "Get the record actions on list views." }, { "info": { "name": "Salesforce Get Mru List View Actions", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/ui-api/actions/mru-list/:SOBJECT_API_NAMES", "params": [ { "name": "SOBJECT_API_NAMES", "value": "example_value", "type": "path", "description": "An object name, or a comma-delimited list of object names." } ] }, "docs": "Get the header actions on the most recently used (MRU) list view for objects." }, { "info": { "name": "Salesforce List View Describe", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/sobjects/:SOBJECT_API_NAME/listviews/:QUERY_LOCATOR/describe", "headers": [ { "name": "Content-Type", "value": "example_value" } ], "params": [ { "name": "SOBJECT_API_NAME", "value": "example_value", "type": "path" }, { "name": "QUERY_LOCATOR", "value": "example_value", "type": "path" } ] }, "docs": "Returns detailed information about a list view, including the ID, the columns, and the SOQL query." }, { "info": { "name": "Salesforce List View Results", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/sobjects/:SOBJECT_API_NAME/listviews/:LIST_VIEW_ID/results", "headers": [ { "name": "Content-Type", "value": "example_value" } ], "params": [ { "name": "SOBJECT_API_NAME", "value": "example_value", "type": "path" }, { "name": "LIST_VIEW_ID", "value": "500123", "type": "path" } ] }, "docs": "Returns detailed information about a list view, including the ID, the columns, and the SOQL query." }, { "info": { "name": "Salesforce Get List View Records by Id", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/ui-api/list-records/:LIST_VIEW_ID", "params": [ { "name": "LIST_VIEW_ID", "value": "500123", "type": "path", "description": "The ID of a list view." } ] }, "docs": "Get record data for a list view by list view ID using URL parameters." }, { "info": { "name": "Salesforce Get List View Records by Api Name", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/ui-api/list-records/:SOBJECT_API_NAME/:LIST_VIEW_API_NAME", "params": [ { "name": "SOBJECT_API_NAME", "value": "example_value", "type": "path", "description": "API name of a UI API supported object." }, { "name": "LIST_VIEW_API_NAME", "value": "example_value", "type": "path", "description": "API name of a list view, such as AllAccounts, __Recent, or __SearchResult." } ] }, "docs": "Get record data for a list view by list view API name using URL parameters." }, { "info": { "name": "Salesforce Get List View Records", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/ui-api/list-records/:SOBJECT_API_NAME/:LIST_VIEW_API_NAME", "params": [ { "name": "SOBJECT_API_NAME", "value": "example_value", "type": "path", "description": "API name of the UI API supported object." }, { "name": "LIST_VIEW_API_NAME", "value": "example_value", "type": "path", "description": "API name of a list view." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Get record data for a list view using a request body." }, { "info": { "name": "Salesforce Get List View Metadata by Id", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/ui-api/list-info/:LIST_VIEW_ID", "params": [ { "name": "LIST_VIEW_ID", "value": "500123", "type": "path", "description": "The ID of a list view." } ] }, "docs": "Get list view metadata by list view ID using URL parameters." }, { "info": { "name": "Salesforce Get List View Metadata by Api Name", "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/:LIST_VIEW_API_NAME", "params": [ { "name": "SOBJECT_API_NAME", "value": "example_value", "type": "path", "description": "API name of the UI API supported object." }, { "name": "LIST_VIEW_API_NAME", "value": "example_value", "type": "path", "description": "API name of a list view, such as AllAccounts, __Recent, or __SearchResult." } ] }, "docs": "Get list view metadata by list view API name using URL parameters." } ] } ], "bundled": true }