3 years ago
API Filtering Info
Hi Everyone,
I've found myself doing the same searches on API filtering multiple times, so wanted to gather and share some of what I've found & learned in hopes of helping others out (and let...
On 6/16/2022 at 1:58 PM, Ryan A. said:?filter=customProperties.name:NameOfProperty,customProperties.value:ValueToFind
David Bond mentions this, but keep in mind that this doesn't look for a device where "NameOfProperty" equals "ValueToFind". Instead, it looks for a device that has a property called "NameOfProperty" and any property with "ValueToFind".
Still, this is better than the support docs on filtering. Also, keep in mind that the SDK doesn't always implement filtering successfully.