HubSpot · Schema

SearchRequest

A search request for CRM objects. Filter groups are combined with OR logic; filters within a group are combined with AND logic.

AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

Properties

Name Type Description
filterGroups array An array of filter groups. Records matching any filter group will be included in results (OR logic between groups). Filters within a group are all required (AND logic within groups).
sorts array An array of sort criteria to order the results.
query string A full-text search query string. When provided, returns records where any searchable property contains the query term.
properties array An array of property names to include in the response for each record. If not specified, a default set of properties is returned.
limit integer The maximum number of results to return. Maximum value is 200.
after string The cursor token for pagination. Use the value from the previous response's paging.next.after to get the next page of results.
View JSON Schema on GitHub