Skip to content

Commit 27f571b

Browse files
authored
Merge pull request #25499 from microsoftgraph/v-rmanda/206396/Insights_adding_missing_files_to_fix_warnings
v-rmanda/206396/Insights_adding_missing_files_to_fix_warnings
2 parents ee8cc7a + c87bf59 commit 27f571b

File tree

6 files changed

+73
-9
lines changed

6 files changed

+73
-9
lines changed

api-reference/beta/resources/educationroot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ None.
3535
|:---------------|:--------|:----------|
3636
|classes|[educationClass](educationclass.md) collection| Classes taught at the school. Nullable.|
3737
|me|[educationUser](educationuser.md)| Represents a user in the system. Nullable.|
38-
|reports|[reportRoot](../resources/reportroot.md)|Reporting resources. Read-only. Nullable. |
38+
|reports|[reportsRoot](../resources/reportsroot.md)|A container for reading assignment submissions and reflection check-in responses. Read-only. Nullable. |
3939
|schools|[educationSchool](educationschool.md) collection| Schools to which the user belongs. Nullable.|
4040
|synchronizationProfiles (deprecated)|[educationSynchronizationProfile](educationsynchronizationprofile.md) collection| Represents the synchronization status of a school data. Nullable.|
4141
|users|[educationUser](educationuser.md) collection| Users in the school. Nullable.|

api-reference/beta/resources/readingassignmentsubmission.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ Namespace: microsoft.graph
1313

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

16-
Represents a reading assignment that was submitted by a student.
17-
16+
Represents a reading assignment that was submitted by a student.
1817
Inherits from [entity](../resources/entity.md).
1918

2019
## Methods

api-reference/beta/resources/reflectcheckinresponse.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ Namespace: microsoft.graph
1515
[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)]
1616

1717
Represents a response to [Microsoft Reflect](https://reflect.microsoft.com/) check-in.
18-
1918
Inherits from [entity](../resources/entity.md).
2019

2120
## Methods

api-reference/beta/resources/reportroot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ For details about report views and names, see [Microsoft 365 reports - Microsoft
2323

2424
| Method | Return type | Description |
2525
| :------------------------------------------------------------------------------------- | :---------- | :------------------------------------------------------------------------------------------------------------- |
26-
| [Get user detail](../api/reportroot-getmicrosoft365copilotusageuserdetail.md) | Stream | Get the most recent activity data for enabled users of Microsoft 365 Copilot apps. |
26+
| [Get user detail](../api/reportroot-getmicrosoft365copilotusageuserdetail.md) | Stream | Get the most recent activity data for enabled users of Microsoft 365 Copilot apps. |
2727
| [Get user counts summary](../api/reportroot-getmicrosoft365copilotusercountsummary.md) | Stream | Get the aggregated number of active and enabled users of Microsoft 365 Copilot for a specified time period. |
2828
| [Get user counts trend](../api/reportroot-getmicrosoft365copilotusercounttrend.md) | Stream | Get the trend in the daily number of active and enabled users of Microsoft 365 Copilot for a specified time period. |
2929

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
---
2+
title: "reportsRoot resource type"
3+
description: "Represents a container for reading assignment submissions and reflection check-in responses."
4+
author: "v-rmanda"
5+
ms.localizationpriority: medium
6+
ms.subservice: "education"
7+
doc_type: resourcePageType
8+
---
9+
10+
# reportRoot resource type
11+
12+
Namespace: microsoft.graph
13+
14+
[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)]
15+
16+
Represents a container for reading assignment submissions and reflection check-in responses.
17+
18+
## Methods
19+
20+
None.
21+
22+
## Properties
23+
24+
None.
25+
26+
## Relationships
27+
28+
|Relationship|Type|Description|
29+
|:-----------|:---|:----------|
30+
|readingAssignmentSubmission|[readingAssignmentSubmission](../resources/readingassignmentsubmission.md) collection|The submission details of the reading assignment submitted by a student.|
31+
|reflectCheckInResponse|[reflectCheckInResponse](../resources/reflectcheckinresponse.md) collection|The response to the Microsoft Reflect check-in.|
32+
33+
The following JSON representation shows the resource type.
34+
35+
<!-- {
36+
"blockType": "resource",
37+
"keyProperty": "id",
38+
"@odata.type": "microsoft.graph.reportsRoot",
39+
"baseType": "microsoft.graph.entity",
40+
"openType": false
41+
}
42+
-->
43+
44+
```json
45+
{
46+
"@odata.type": "#microsoft.graph.reportsRoot"
47+
}
48+
```

changelog/Microsoft.EducationAnalytics.json

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
{
22
"changelog": [
3+
{
4+
"ChangeList": [
5+
{
6+
"Id": "48758d0e-8d2e-4449-bb7f-78e4bf01e242",
7+
"ApiChange": "Resource",
8+
"ChangedApiName": "ReportsRoot",
9+
"ChangeType": "Addition",
10+
"Description": "Added the **reports** relationship to the [educationRoot](https://learn.microsoft.com/en-us/graph/api/resources/educationRoot?view=graph-rest-beta) resource.",
11+
"Target": "educationRoot"
12+
}
13+
],
14+
"Id": "48758d0e-8d2e-4449-bb7f-78e4bf01e242",
15+
"Cloud": "Prod",
16+
"Version": "beta",
17+
"CreatedDateTime": "2024-11-18T18:32:24.5964486Z",
18+
"WorkloadArea": "Education",
19+
"SubArea": ""
20+
},
321
{
422
"ChangeList": [
523
{
@@ -55,16 +73,16 @@
5573
"ApiChange": "Relationship",
5674
"ChangedApiName": "readingAssignmentSubmission",
5775
"ChangeType": "Addition",
58-
"Description": "Added the **readingAssignmentSubmission** relationship to the [reportRoot](https://learn.microsoft.com/en-us/graph/api/resources/reportRoot?view=graph-rest-beta) resource.",
59-
"Target": "reportRoot"
76+
"Description": "Added the **readingAssignmentSubmission** relationship to the [reportRoot](https://learn.microsoft.com/en-us/graph/api/resources/reportsRoot?view=graph-rest-beta) resource.",
77+
"Target": "reportsRoot"
6078
},
6179
{
6280
"Id": "77ef65e3-8390-4369-a212-b29b9b7bfaf4",
6381
"ApiChange": "Relationship",
6482
"ChangedApiName": "reflectCheckInResponse",
6583
"ChangeType": "Addition",
66-
"Description": "Added the **reflectCheckInResponse** relationship to the [reportRoot](https://learn.microsoft.com/en-us/graph/api/resources/reportRoot?view=graph-rest-beta) resource.",
67-
"Target": "reportRoot"
84+
"Description": "Added the **reflectCheckInResponse** relationship to the [reportRoot](https://learn.microsoft.com/en-us/graph/api/resources/reportsRoot?view=graph-rest-beta) resource.",
85+
"Target": "reportsRoot"
6886
}
6987
],
7088
"Id": "77ef65e3-8390-4369-a212-b29b9b7bfaf4",

0 commit comments

Comments
 (0)