Newer Version Available
DescribeSoqlListView
Contains information about the specified list view, including the columns, sObject type,
and SOQL query.
The DescribeSoqlListView object
has the following properties:
| Name | Type | Description |
|---|---|---|
| columns | ListViewColumn[] | The columns that are returned by the list view query. |
| id | ID | The list view’s fully qualified ID. |
| orderBy | ListViewOrderBy[] | A list of fields to sort results by, the sort order, and the position to which null values should be sorted. |
| query | string | The fully composed SOQL query for the list view. |
| scope | string | A filterScope to use for limiting the results. |
| sobjectType | string | The object with which the list view is associated. |
| whereCondition | SoqlWhereCondition | Filter conditions on the list view. Filter conditions provide an additional level of control over which records get shown in the list view. |