Skip to content

Commit 023bfff

Browse files
committed
Acrolinx minimums
1 parent 5b55938 commit 023bfff

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

api-reference/beta/api/reportroot-getoffice365groupsactivitydetail.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "reportRoot: getOffice365GroupsActivityDetail"
3-
description: "Get details about Microsoft 365 groups activity by group."
3+
description: "Get details about Microsoft 365 Groups activity by group."
44
ms.localizationpriority: medium
55
ms.subservice: "reports"
66
author: "sarahwxy"
@@ -14,7 +14,7 @@ Namespace: microsoft.graph
1414

1515
[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)]
1616

17-
Get details about Microsoft 365 groups activity by group.
17+
Get details about Microsoft 365 Groups activity by group.
1818

1919
> **Note:** For details about different report views and names, see [Microsoft 365 reports - Microsoft 365 groups](https://support.office.com/client/Office-365-groups-a27f1a99-3557-4f85-9560-a28e3d822a40).
2020
@@ -27,7 +27,7 @@ Choose the permission or permissions marked as least privileged for this API. Us
2727
<!-- { "blockType": "permissions", "name": "reportroot_getoffice365groupsactivitydetail" } -->
2828
[!INCLUDE [permissions-table](../includes/permissions/reportroot-getoffice365groupsactivitydetail-permissions.md)]
2929

30-
**Note**: For delegated permissions to allow apps to read service usage reports on behalf of a user, the tenant administrator must have assigned the user the appropriate Microsoft Entra ID limited administrator role. For more information, see [Authorization for APIs to read Microsoft 365 usage reports](/graph/reportroot-authorization).
30+
**Note**: For delegated permissions to allow apps to read service usage reports on behalf of a user, the tenant administrator must assign the user the appropriate Microsoft Entra ID limited administrator role. For more information, see [Authorization for APIs to read Microsoft 365 usage reports](/graph/reportroot-authorization).
3131

3232
## HTTP request
3333

api-reference/beta/api/reportroot-getsharepointsiteusagefilecounts.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "reportRoot: getSharePointSiteUsageFileCounts"
3-
description: "Get the total number of files across all sites and the number of active files. A file (user or system) is considered active if it has been saved, synced, modified, or shared within the specified time period."
3+
description: "Get the total number of files across all sites and the number of active files. A file (user or system) is considered active if it was saved, synced, modified, or shared within the specified time period."
44
ms.localizationpriority: medium
55
ms.subservice: "reports"
66
author: "sarahwxy"
@@ -13,7 +13,7 @@ Namespace: microsoft.graph
1313

1414
[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)]
1515

16-
Get the total number of files across all sites and the number of active files. A file (user or system) is considered active if it has been saved, synced, modified, or shared within the specified time period.
16+
Get the total number of files across all sites and the number of active files. A file (user or system) is considered active if it was saved, synced, modified, or shared within the specified time period.
1717

1818
> **Note:** For details about different report views and names, see [Microsoft 365 reports - SharePoint site usage](https://support.office.com/client/SharePoint-site-usage-4ecfb843-e5d5-464d-8bf6-7ed512a9b213).
1919
@@ -26,7 +26,7 @@ Choose the permission or permissions marked as least privileged for this API. Us
2626
<!-- { "blockType": "permissions", "name": "reportroot_getsharepointsiteusagefilecounts" } -->
2727
[!INCLUDE [permissions-table](../includes/permissions/reportroot-getsharepointsiteusagefilecounts-permissions.md)]
2828

29-
**Note**: For delegated permissions to allow apps to read service usage reports on behalf of a user, the tenant administrator must have assigned the user the appropriate Microsoft Entra ID limited administrator role. For more details, see [Authorization for APIs to read Microsoft 365 usage reports](/graph/reportroot-authorization).
29+
**Note**: For delegated permissions to allow apps to read service usage reports on behalf of a user, the tenant administrator must assign the user the appropriate Microsoft Entra ID limited administrator role. For more information, see [Authorization for APIs to read Microsoft 365 usage reports](/graph/reportroot-authorization).
3030

3131
## HTTP request
3232

@@ -58,7 +58,7 @@ This method supports the `$format` [OData query parameter](/graph/query-paramete
5858

5959
If successful, this method returns a `302 Found` response that redirects to a preauthenticated download URL for the report. That URL can be found in the `Location` header in the response.
6060

61-
Preauthenticated download URLs are only valid for a short period of time (a few minutes) and do not require an `Authorization` header.
61+
Preauthenticated download URLs are only valid for a short period of time (a few minutes) and don't require an `Authorization` header.
6262

6363
The CSV file has the following headers for columns.
6464

@@ -77,7 +77,7 @@ If successful, this method returns a `200 OK` response code and a JSON object in
7777

7878
### CSV
7979

80-
The following is an example that outputs CSV.
80+
The following example shows a request that outputs CSV.
8181

8282
#### Request
8383

@@ -106,7 +106,7 @@ Content-Type: text/plain
106106
Location: https://reports.office.com/data/download/JDFKdf2_eJXKS034dbc7e0t__XDe
107107
```
108108

109-
Follow the 302 redirection and the CSV file that downloads will have the following schema.
109+
Follow the 302 redirection and the CSV file that downloads has the following schema.
110110

111111
<!-- {
112112
"blockType": "response",
@@ -123,7 +123,7 @@ Report Refresh Date,Site Type,Total,Active,Report Date,Report Period
123123

124124
### JSON
125125

126-
The following is an example that returns JSON.
126+
The following example shows a request that returns JSON.
127127

128128
#### Request
129129

0 commit comments

Comments
 (0)