Hello,
there are a lot of topics about this already but I simply don’t get it. I have contacts with a particular field. Now I want to get the contacts that have a particular value for that field. I tried several things:
https://lendis.api-us1.com/api/3/contacts?filters[perstag]=…
https://lendis.api-us1.com/api/3/contacts?filters[fieldid]=…
https://lendis.api-us1.com/api/3/contacts?filters[fields][perstag]=…
https://lendis.api-us1.com/api/3/contacts?filters[fields][fieldid]=…
https://lendis.api-us1.com/api/3/contacts?perstag=…
https://lendis.api-us1.com/api/3/contacts?fieldid=…
I always get a list of contacts that don’t have that value in this field. In fact, the correct one is returned as well
I even tried v1 of the api, but get a permission error:
What am I doing wrong?