5 years ago
API Filtering
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://...
This is working for me using both v1 and v2 of the api:
{{url}}/device/devices/?filter=deviceType:0,id:9
It looks like your name filter isn't constructed properly maybe? It needs a ~ instead of a dash. Try them both individually to make sure they both work by themselves.