Filter tracked entity based on attribute value

Hi, I am trying to use the aPI to identify entities that are missing specific values for attributes let’s say phone#2 and workAddress. I have been playing with the API and I have seen a number of examples like …&fields=attributes[displayName,value~isEmpty] but this only returns false, meaning is only looking at existing values; which makes thing empty values are not even stored in the database and I won’t be able to select them.

Any ideas?
Thank you,

1 Like

You are right when you add the filter, it’s searching in the existent properties. It might be easier to filter for ‘non-existing’ values after getting the response whether you’re coding or using Postman directly.

1 Like