HubSpot · Example Payload

Engagement Calls Api Call Search Request Example

AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

Engagement Calls Api Call Search Request Example is an example object payload from HubSpot, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

filterGroupssortsquerypropertieslimitafter

Example Payload

Raw ↑
{
  "filterGroups": [
    {
      "filters": [
        {}
      ]
    }
  ],
  "sorts": [
    {
      "propertyName": "hs_timestamp",
      "direction": "DESCENDING"
    }
  ],
  "query": "discovery",
  "properties": [
    "example-value"
  ],
  "limit": 10,
  "after": "example-value"
}