APIs & Integrations

DavidDuymelinck
Contributor | Diamond Partner
Contributor | Diamond Partner

API V3 3 filter limit?

SOLVE

Why is there a 3 filter limit per group?

 

In my use case I need to filter out all the deal ids that are already processed. so my filter looks like this:

{
    "filterGroups": [
        { "filters": [
            {
                "value": "1",
                "propertyName": "dealstage",
                "operator": "EQ"
            },
            {
                "value":"1",
                "propertyName": "dealId",
                "operator": "NEQ"
            },
            {
                "value":"3",
                "propertyName": "dealId",
                "operator": "NEQ"
            },
            {
                "value":"4",
                "propertyName": "dealId",
                "operator": "NEQ"
            }
        ]}
]}

And more deal ids will be added over time.

 

I solved it by removing the deal id from the filter, and handle them in my own code. 

 

 Three is very low as a limit for filters in my opinion. Will it get higher after the preview is over?

1 Accepted solution
DavidDuymelinck
Solution
Contributor | Diamond Partner
Contributor | Diamond Partner

API V3 3 filter limit?

SOLVE
2 Replies 2
DavidDuymelinck
Solution
Contributor | Diamond Partner
Contributor | Diamond Partner

API V3 3 filter limit?

SOLVE
WendyGoh
HubSpot Employee
HubSpot Employee

API V3 3 filter limit?

SOLVE

Hey @DavidDuymelinck,

 

Thanks for the feedback!

 

For now, I'm not aware of any roadmap to increase the filter limit. 

 

Having said that, I can honestly see a use case for this request and if you haven't already, I'd recommend jumping over to the HubSpot Ideas Forum and posting this idea there so that it's visible to the HubSpot product team and other HubSpot customers and developers. Hopefully this will gather more interest.

0 Upvotes