I'm looking to grab a list of LinkedIn tasks that are under "hs_task_type" specifically, "LINKED_IN", "LINKED_IN_CONNECT" or "LINKED_IN_MESSAGE" I'm using the SEARCH endpoint and when I tried to use the IN operator, it doesn't seem to work so what I did is create multiple filters within a filterGroup to create an OR logic. On top of this, I need to filter only tasks that have been assigned to a specific "hubspot_team_id" So I have to do: (A OR B OR C) AND D but it doesn't seem possible. Does anyone have other suggestions?
So far, it looks like this to create the OR logic just for the hs_task_type