List tags
Namespace: microsoft.graph.security
Get a list of eDiscoveryReviewTag objects and their properties.
This API is supported in the following national cloud deployments.
Global service | US Government L4 | US Government L5 (DOD) | China operated by 21Vianet |
---|---|---|---|
✅ | ✅ | ✅ | ❌ |
Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see Permissions.
Permission type | Permissions (from least to most privileged) |
---|---|
Delegated (work or school account) | eDiscovery.Read.All, eDiscovery.ReadWrite.All |
Delegated (personal Microsoft account) | Not supported. |
Application | Not supported. |
HTTP request
GET /security/cases/ediscoveryCases/{ediscoveryCaseId}/tags
Request headers
Name | Description |
---|---|
Authorization | Bearer {token}. Required. |
Request body
Do not supply a request body for this method.
Response
If successful, this method returns a 200 OK
response code and a collection of microsoft.graph.security.ediscoveryreviewtag objects in the response body.
Examples
Request
The following is an example of a request.
GET https://graph.microsoft.com/v1.0/security/cases/ediscoveryCases/58399dff-cebe-478f-b1af-d3227f1fd645/tags
Response
The following is an example of the response.
Note: The response object shown here might be shortened for readability.
HTTP/1.1 200 OK
Content-Type: application/json
{
"@odata.context": "https://graph.microsoft.com/v1.0/$metadata#security/cases/ediscoveryCases('58399dff-cebe-478f-b1af-d3227f1fd645')/tags",
"@odata.count": 5,
"value": [
{
"displayName": "My tag",
"lastModifiedDateTime": "2022-05-23T19:41:01.7432683Z",
"childSelectability": "Many",
"id": "062de822f17a4a2e9b833aa3f6c37108",
"createdBy": {
"user": {
"id": "c25c3914-f9f7-43ee-9cba-a25377e0cec6",
"displayName": "MOD Administrator",
"userPrincipalName": "admin@M365x809305.onmicrosoft.com"
}
}
},
{
"displayName": "Responsive",
"description": "",
"lastModifiedDateTime": "2022-05-23T19:41:24.4237284Z",
"childSelectability": "One",
"id": "d3d99dc704a74801b792b3e1e722aa0d",
"createdBy": {
"user": {
"id": "c25c3914-f9f7-43ee-9cba-a25377e0cec6",
"displayName": "MOD Administrator",
"userPrincipalName": "admin@M365x809305.onmicrosoft.com"
}
}
},
{
"displayName": "Not responsive",
"lastModifiedDateTime": "2022-05-23T19:41:31.3381716Z",
"childSelectability": "One",
"id": "ced26633616a434abd83762d49a25a6c",
"createdBy": {
"user": {
"id": "c25c3914-f9f7-43ee-9cba-a25377e0cec6",
"displayName": "MOD Administrator",
"userPrincipalName": "admin@M365x809305.onmicrosoft.com"
}
}
},
{
"displayName": "Processing",
"description": "Determine whether to outsource processing",
"lastModifiedDateTime": "2022-05-23T19:46:03.8746996Z",
"childSelectability": "Many",
"id": "d8580989505c4fb3a25b845013697cf7",
"createdBy": {
"user": {
"id": "c25c3914-f9f7-43ee-9cba-a25377e0cec6",
"displayName": "MOD Administrator",
"userPrincipalName": "admin@M365x809305.onmicrosoft.com"
}
}
},
{
"displayName": "External",
"lastModifiedDateTime": "2022-05-23T19:46:10.5212362Z",
"childSelectability": "One",
"id": "d05c2ef9369d49c293b5a6a6d18a5fd9",
"createdBy": {
"user": {
"id": "c25c3914-f9f7-43ee-9cba-a25377e0cec6",
"displayName": "MOD Administrator",
"userPrincipalName": "admin@M365x809305.onmicrosoft.com"
}
}
}
]
}
Feedback
Submit and view feedback for