HomeGuidesAPI ReferenceChangelog
Log In
API Reference

GroupSearchQuery

generic class to represent a JSON request structure for group-based search queries.

Attributes

NameTypeDescription
filtersdictdictionary of filter criteria where keys are field names and values are FilterOperator expressions.
service_namestrname of the service to query.
groupslistlist of group options for aggregation.
group_summarieslistlist of group summaries for aggregation statistics.

Methods

from_dict()

create a GroupSearchQuery from a dictionary.

NameTypeDefaultDescription
datadictdictionary representation of the search query.