ExecuteListViewRequest

Use the ExecuteListViewRequest object with executeListView() to retrieve data, labels, and actions from a list view.

The ExecuteListViewRequest object has the following properties:

NameTypeDescription
developerNameOrIdstringThe list view’s ID or fully qualified developer name.
limitintThe maximum number of records to return. Default: 25
offsetintThe number of records to skip. Default: 0
orderByListViewOrderBy[]The order in which to return the records.
sobjectTypestringThe API name of the sObject for the list view.