Newer Version Available
executeListView()
Executes a list view’s SOQL query to retrieve data, labels, and actions from a list
view.
Syntax
Usage
The executeListView() call takes an ExecuteListViewRequest object, executes the SOQL query for the list view, and returns the resulting data and presentation information in an ExecuteListViewResult object. This call is available in API version 32.0 and later.
Sample Code—Java
Arguments
| Name | Type | Description |
|---|---|---|
| request | ExecuteListViewRequest | An object that specifies the list view and the limit, offset, and ordering of the results. |
Response
An ExecuteListViewResult object.