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
### Example 2: Retrieve child tags of a specific eDiscovery review tag
202
202
#### Request
203
203
The following example shows a request that retrieves child tags.
204
-
<!-- This HTTP GET request retrieves the child tags of a specific eDiscovery review tag within a given eDiscovery case in Microsoft Graph Security API.
205
-
Use the `$select` query option to optimize performance by selecting only the necessary properties. -->
204
+
<!-- {
205
+
"blockType": "request",
206
+
"name": "ediscoveryreviewtagthis.childtags"
207
+
}
208
+
-->
206
209
207
210
```http
208
211
GET https://graph.microsoft.com/v1.0/security/cases/ediscoveryCases/b6f72954-c7d0-414c-ad50-00167216cb03/tags/318f79767abf4b8fab4d8e37b3174c5a/childTags
0 commit comments