You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Equals | eq | id eq 'device1' and scopes eq 'redmond' |
253
-
| Not Equals | ne |enabled ne true |
253
+
| Not Equals | ne |Enabled ne true |
254
254
| Less than or equals | le | indexof(displayName, 'device1') le -1 |
255
255
| Less than | lt | indexof(displayName, 'device1') lt 0 |
256
256
| Greater than or equals | ge | indexof(displayName, 'device1') ge 0 |
@@ -395,4 +395,4 @@ The response to this request looks like the following example:
395
395
396
396
## Next steps
397
397
398
-
Now that you've learned how to manage device devices with the REST API, a suggested next step is to [How to control devices with rest api.](howto-control-devices-with-rest-api)
398
+
Now that you've learned how to manage devices with the REST API, a suggested next step is to [How to control devices with rest api.](howto-control-devices-with-rest-api.md)
0 commit comments