Skip to content

Commit d5a0cef

Browse files
authored
Merge pull request #93860 from KingdomOfEnds/dt-refresh
adt refresh
2 parents 4be003e + 7ba38b3 commit d5a0cef

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

articles/digital-twins/how-to-navigate-apis.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: bertvanhoof
77
ms.service: digital-twins
88
services: digital-twins
99
ms.topic: conceptual
10-
ms.date: 08/29/2019
10+
ms.date: 10/27/2019
1111
---
1212

1313
# How to use Azure Digital Twins management APIs
@@ -103,11 +103,11 @@ Most of the APIs that return collections, such as a GET call on /spaces, support
103103
The following list depicts several queries with valid OData syntax:
104104

105105
- `YOUR_MANAGEMENT_API_URL/devices?$top=3&$orderby=Name desc`
106-
- `YOUR_MANAGEMENT_API_URL/keystores?$filter=endswith(Description,space)`
107-
- `YOUR_MANAGEMENT_API_URL/propertykeys?$filter=Scope ne ‘Spaces’`
108-
- `YOUR_MANAGEMENT_API_URL/resources?$filter=Size gt ‘M’`
109-
- `YOUR_MANAGEMENT_API_URL/users?$top=4&$filter=endswith(LastName,’k’)&$orderby=LastName`
110-
- `YOUR_MANAGEMENT_API_URL/spaces?$orderby=Name desc&$top=3&$filter=substringof('Floor,Name)`
106+
- `YOUR_MANAGEMENT_API_URL/keystores?$filter=endswith(Description,'space')`
107+
- `YOUR_MANAGEMENT_API_URL/devices?$filter=TypeId eq 2`
108+
- `YOUR_MANAGEMENT_API_URL/resources?$filter=StatusId eq 2`
109+
- `YOUR_MANAGEMENT_API_URL/users?$top=4&$filter=endswith(LastName,'k')&$orderby=LastName`
110+
- `YOUR_MANAGEMENT_API_URL/spaces?$orderby=Name desc&$top=3&$filter=substringof('Floor',Name)`
111111

112112
## Next steps
113113

articles/digital-twins/how-to-query-common-apis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: bertvanhoof
77
ms.service: digital-twins
88
services: digital-twins
99
ms.topic: conceptual
10-
ms.date: 08/29/2019
10+
ms.date: 10/27/2019
1111
---
1212

1313
# How to query Azure Digital Twins APIs for common tasks

0 commit comments

Comments
 (0)