ContactsDataSourceQuery

Parameters

filter

The filtering criteria for the query. By default this is set to null and no filtering is applied unless it is specified.

orderBy

The order criteria to sort the query results. By default set to null, no ordering is applied unless it is specified.

groupBy

The grouping criteria to group the query results. By default set to null, no grouping is applied unless it is specified. The contacts will be grouped in ContactGroup elements. The returned ContactGroup elements preserves the order of the contacts produced from the result of orderBy.