Newer Version Available
DescribeSoqlListView
Contains information about the specified list view, including the columns, sObject
type, and SOQL query.
The DescribeSoqlListView object has these 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 must be sorted. |
| query | string | The fully composed SOQL query for the list view. |
| relatedEntityId | ID | The ID of the campaign, if a campaign scope was used. |
| scope | string | A filterScope to use for limiting the results. |
| scopeEntityId | ID | The ID of the queue or price book, if a queue or price book scope was used. |
| sobjectType | string | The object associated with the list view. |
| 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. |