I want to get list of contacts that matched certain criteria and that criteria should be custom field value . It was available in version 1 but it does not seems to be in version 3
I agree, I haven’t found a comparable option within API v3…
And in the past week the contact_list call from API v1 has stopped filtering properly. Anyone else had issue with this?
For the past 2 days or so, whenever we run a filter on a custom field (which has been working perfectly for weeks) using filters[fields][%CUSTOM_FIELD_TAG%]=value it returns an error saying “Personalization Tag not found.”
Anyone else having this issue?
You can use API v3 to accomplish this:
https://account.activehosted.com/api/3/fieldValues?filters[fieldid]=1&include=owner
The url you list does not filter the results. What is the url to use to get a list of contacts based on the value of a custom field? For example, we would like a list of contacts where the custom field (id=7, perstag=“ACCOUNT_NAME”) is equal to a particular value.