Tago API listing devices with filter
Hi all,
I'm doing an external integration for a client, so I'm using the Rest API documentation, specificially the GET method for
https://api.tago.io/device.
I need to retrieve and filter all the devices with a specific tag (on this case, the tag is
[{"key": "company_id","value": "client_company_id"}])
(As a workaround, I retrieve all my devices and then I filter them out by searching each tag using native NodeJS tools, but maybe it's not the best approach).