Import-Module Microsoft.Graph.Education
Get-MgEducationReportReadingAssignmentSubmission
This example will get a list of the reading assignment submissions from the last 24 hours
Import-Module Microsoft.Graph.Education
Get-MgEducationReportReadingAssignmentSubmission -Filter "submissionDateTime gt 2025-06-10T00:00:00.000Z and submissionDateTime lt 2025-06-11T00:00:00Z"
This example will get a list of the reading assignment submissions for a specific date using $filter