命名空间:microsoft.graph
获取学生提交的 阅读作业 列表。
此 API 可用于以下国家级云部署。
| 全局服务 | 美国政府 L4 | 美国政府 L5 (DOD) | 由世纪互联运营的中国 |
|---|---|---|---|
| ✅ | ❌ | ❌ | ❌ |
权限
为此 API 选择标记为最低特权的权限。 只有在应用需要它时,才使用更高的特权权限。 有关委派权限和应用程序权限的详细信息,请参阅权限类型。 要了解有关这些权限的详细信息,请参阅 权限参考。
| 权限类型 | 最低特权权限 | 更高特权权限 |
|---|---|---|
| 委派(工作或学校帐户) | 不支持。 | 不支持。 |
| 委派(个人 Microsoft 帐户) | 不支持。 | 不支持。 |
| 应用程序 | EduReports-Reading.ReadAnonymous.All | EduReports-Read.Read.All |
HTTP 请求
GET /education/reports/readingAssignmentSubmissions
可选的查询参数
此方法支持 $top、$filter、 $skiptoken$count和 $select OData 查询参数来帮助自定义响应。 若要了解一般信息,请参阅 OData 查询参数。
请求标头
| 名称 | 说明 |
|---|---|
| Authorization | 持有者 {token}。 必填。 详细了解 身份验证和授权。 |
请求正文
请勿提供此方法的请求正文。
响应
如果成功,此方法在响应正文中返回响应 200 OK 代码和 readingAssignmentSubmission 对象的集合。
示例
示例 1:获取过去 24 小时内的阅读作业提交列表
以下示例演示如何获取过去 24 小时内的阅读作业提交列表。
请求
以下示例显示了一个请求。
GET https://graph.microsoft.com/v1.0/education/reports/readingAssignmentSubmissions
响应
以下示例显示了过去 24 小时的默认响应。
注意:为了提高可读性,可能缩短了此处显示的响应对象。
HTTP/1.1 200 OK
Content-Type: application/json
{
"@odata.context": "https://graph.microsoft.com/v1.0/$metadata#education/reports/readingAssignmentSubmissions",
"value": [
{
"action": "Attempt",
"assignmentId": "7622da88-d7fd-4542-a62b-40e11304675e",
"classId": "d208c32d-6d82-442f-bedd-d730d0d2a539",
"submissionId": "22142311-f797-90ec-997e-a8b16d3d4479",
"studentId": "392d15be-6e42-4e50-babf-56103abfc525",
"submissionDateTime": "2025-06-16T23:56:17.1505334Z",
"accuracyScore": 25.0,
"wordsPerMinute": 135.0,
"wordCount": 138,
"mispronunciations": 1,
"omissions": 99,
"insertions": 3,
"selfCorrections": 0,
"repetitions": 0,
"monotoneScore": 100.0,
"missedShorts": 0,
"missedExclamationMarks": 1,
"missedPeriods": 1,
"missedQuestionMarks": 0,
"unexpectedPauses": 1,
"challengingWords": [
{
"word": "many",
"count": 1
}
]
},
{
"action": "Attempt",
"assignmentId": "7622da88-d7fd-4542-a62b-40e11304675e",
"classId": "d208c32d-6d82-442f-bedd-d730d0d2a539",
"submissionId": "22142311-f797-90ec-997e-a8b16d3d4479",
"studentId": "392d15be-6e42-4e50-babf-56103abfc525",
"submissionDateTime": "2025-06-16T23:54:22.6784676Z",
"accuracyScore": 36.0,
"wordsPerMinute": 190.0,
"wordCount": 94,
"mispronunciations": 6,
"omissions": 54,
"insertions": 0,
"selfCorrections": 0,
"repetitions": 0,
"monotoneScore": 100.0,
"missedShorts": 0,
"missedExclamationMarks": 0,
"missedPeriods": 5,
"missedQuestionMarks": 0,
"unexpectedPauses": 0,
"challengingWords": [
{
"word": "polar",
"count": 1
},
{
"word": "bears",
"count": 1
},
{
"word": "snow",
"count": 1
},
{
"word": "closed",
"count": 1
},
{
"word": "drinks",
"count": 1
},
{
"word": "milk",
"count": 1
}
]
}
]
}
示例 2:使用 $filter 获取特定日期的阅读作业提交列表
以下示例演示如何使用 $filter 查询参数获取特定日期的读取作业提交列表。 请求的时间范围必须为 24 小时或更短。
请求
以下示例显示了一个请求。
GET https://graph.microsoft.com/v1.0/education/reports/readingAssignmentSubmissions?$filter=submissionDateTime gt 2025-06-10T00:00:00.000Z and submissionDateTime lt 2025-06-11T00:00:00Z
响应
以下示例显示了相应的响应。
注意:为了提高可读性,可能缩短了此处显示的响应对象。
HTTP/1.1 200 OK
Content-Type: application/json
{
"@odata.context": "https://graph.microsoft.com/v1.0/$metadata#education/reports/readingAssignmentSubmissions",
"value": [
{
"action": "Attempt",
"assignmentId": "f45e1c35-81fd-48b0-b214-1216d6b42203",
"classId": "dd1324ff-93f7-4e57-8bd4-355f180cd8f1",
"submissionId": "2e8f9537-75e1-bf0c-83dd-a2c3de140aa4",
"studentId": "225031f2-88ae-4566-b636-6a032dfbed4c",
"submissionDateTime": "2025-06-10T21:43:21.9472942Z",
"accuracyScore": 38.0,
"wordsPerMinute": 135.0,
"wordCount": 94,
"mispronunciations": 3,
"omissions": 55,
"insertions": 0,
"selfCorrections": 0,
"repetitions": 0,
"monotoneScore": 0.0,
"missedShorts": 0,
"missedExclamationMarks": 0,
"missedPeriods": 4,
"missedQuestionMarks": 0,
"unexpectedPauses": 0,
"challengingWords": [
{
"word": "bears",
"count": 1
},
{
"word": "eyes",
"count": 1
},
{
"word": "closed",
"count": 1
}
]
},
{
"action": "Attempt",
"assignmentId": "57717841-1965-4ff3-9601-b0366e583069",
"classId": "b609d225-c661-4562-933a-e23679175f0b",
"submissionId": "ca42757d-7914-afe2-b044-f9695694b39b",
"studentId": "392d15be-6e42-4e50-babf-56103abfc525",
"submissionDateTime": "2025-06-10T20:21:39.4111647Z",
"accuracyScore": 0.0,
"wordsPerMinute": 0.0,
"wordCount": 150,
"mispronunciations": 0,
"omissions": 150,
"insertions": 0,
"selfCorrections": 0,
"repetitions": 0,
"monotoneScore": 0.0,
"missedShorts": 0,
"missedExclamationMarks": 0,
"missedPeriods": 0,
"missedQuestionMarks": 0,
"unexpectedPauses": 0,
"challengingWords": []
},
{
"action": "EditMiscue",
"assignmentId": "c5c08b85-35fa-48d6-99bb-2168e53fd041",
"classId": "d208c32d-6d82-442f-bedd-d730d0d2a539",
"submissionId": "3ef9af57-20f1-d7c5-3705-8ec80db3121c",
"studentId": "392d15be-6e42-4e50-babf-56103abfc525",
"submissionDateTime": "2025-06-10T20:10:09.4739427Z",
"accuracyScore": 0.0,
"wordsPerMinute": 0.0,
"wordCount": 384,
"mispronunciations": 0,
"omissions": 383,
"insertions": 1,
"selfCorrections": 0,
"repetitions": 0,
"monotoneScore": 0.0,
"missedShorts": 0,
"missedExclamationMarks": 0,
"missedPeriods": 0,
"missedQuestionMarks": 0,
"unexpectedPauses": 0,
"challengingWords": []
}
]
}