Searching for Devices that match Tag Text

Looking at the APIs, I see where I can list devices that match a certain tag ID, but not devices that match the tag text. It looks like I need to do a two-step of 1) listing all the tags for my organization to get the ID associated with each tag, then 2) query based on the tag ID. Since in Step 1 it also returns the devices for the tags, you really don’t need step 2. I can see if you have 1000s of devices and want to find particular devices based on the tag text, this isn’t the optimal solution. Am I missing a way to do a call to the Tags API and list the Tag Text, not ID?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.