I wonder if there is a way to get contacts which belong to various tags through a single API call? currently I have this GET API https://api.infusionsoft.com/crm/rest/v1/tags/:tagId/contacts which would retrieve contacts for a single tagId. I am looking to retrieve multiple tagIDs in one call.
Point Number 7 - "7. IN statement ex: Id => [1,2,3,4]**.
What you do is to provide an Array of Tag Ids to the Data Query parameter. In the code, the Tag Ids must be in numerical format, and not an array of Strings. You need to query the “ContactGroupAssign” table on the “GroupId” field.