Is it possible to apply multiple filters to an API query? If so, would anyone have an example of what it would look like?
Here are my current attempts:
Working:
https://agio.logicmonitor.com/santaba/rest/device/devices?filter=deviceType:0
Not working:
https://agio.logicmonitor.com/santaba/rest/device/devices?filter=deviceType:0,name-QA*
Thanks!