DescribeSoqlListView

Contains information about the specified list view, including the columns, sObject type, and SOQL query.

The DescribeSoqlListView object has these properties.

NameTypeDescription
columnsListViewColumn[]The columns that are returned by the list view query.
idIDThe list view’s fully qualified ID.
orderByListViewOrderBy[]A list of fields to sort results by, the sort order, and the position to which null values must be sorted.
querystringThe fully composed SOQL query for the list view.
relatedEntityIdIDThe ID of the campaign, if a campaign scope was used.
scopestringA filterScope to use for limiting the results.
scopeEntityIdIDThe ID of the queue or price book, if a queue or price book scope was used.
sobjectTypestringThe object associated with the list view.
whereConditionSoqlWhereConditionFilter conditions on the list view. Filter conditions provide an additional level of control over which records get shown in the list view.

See Also