We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7250de3 commit ba51283Copy full SHA for ba51283
graph/patterns/alternate-key.md
@@ -50,7 +50,7 @@ Declare `mail` and `ssn` as alternate keys on an entity:
50
<PropertyRef Name="id" />
51
</Key>
52
<Property Name="id" Type="Edm.Int32" />
53
-
+
54
<Property Name="mail" Type="Edm.String" />
55
<Property Name="ssn" Type="Edm.String" />
56
<Annotation Term="Keys.AlternateKeys">
@@ -102,7 +102,7 @@ GET https://graph.microsoft.com/v1.0/users/?$filter=(ssn eq '123-45-6789')
102
}
103
```
104
105
-2. Get a specific resource through the alternate key:
+2. Get a specific resource through the unique identifier, and then through the two alternate keys:
106
107
```http
108
GET https://graph.microsoft.com/v1.0/users/1a89ade6-9f59-4fea-a139-23f84e3aef66
0 commit comments