Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

ExecuteListViewRequest

Use the ExecuteListViewRequest object with executeListView() to retrieve data, labels, and actions from a list view.
The ExecuteListViewRequest object has the following properties:
Name Type Description
developerNameOrId string The list view’s ID or fully qualified developer name.
limit int The maximum number of records to return. Default: 25
offset int The number of records to skip. Default: 0
orderBy ListViewOrderBy[] The order in which to return the records.
sobjectType string The API name of the sObject for the list view.