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