GET classes/{classId}/student/{userIdentifier}/classResults
Authorization
Access to this endpoint is granted if all following conditions are true:
- Authenticated user who is either Student
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
classId | string |
Required |
|
userIdentifier | PearsonEnglish.LearningServices.Business.Helpers.UserIdentifier |
Required |
Body Parameters
None.
Response Information
Resource Description
PearsonEnglish.LearningServices.Wse.Models.Views.ClassResultAggregationViewModelName | Description | Type | Additional information |
---|---|---|---|
PartialResults | Collection of PearsonEnglish.LearningServices.Wse.Models.Views.RatingSchemaPartsResultsViewModel |
None. |
|
Results | Collection of PearsonEnglish.LearningServices.Wse.Models.Views.ClassResultViewModel |
None. |
Response Formats
application/json, text/json
Sample:
{ "PartialResults": [ { "StudentId": "277ff585-0e14-4345-8275-52a4084bfc52", "TeacherId": "ff651655-69f8-490d-a0eb-6070a2471efa", "RegistrationId": "d03da7be-3b42-4d62-92ee-57cbc6ca2f4e", "ItemResultsViewModel": [ { "RatingSchemaPartItemId": "d1d5b320-917c-4463-a49d-5ec26798efd0", "Name": "sample string 2", "Result": 3, "Number": 1 }, { "RatingSchemaPartItemId": "d1d5b320-917c-4463-a49d-5ec26798efd0", "Name": "sample string 2", "Result": 3, "Number": 1 } ] }, { "StudentId": "277ff585-0e14-4345-8275-52a4084bfc52", "TeacherId": "ff651655-69f8-490d-a0eb-6070a2471efa", "RegistrationId": "d03da7be-3b42-4d62-92ee-57cbc6ca2f4e", "ItemResultsViewModel": [ { "RatingSchemaPartItemId": "d1d5b320-917c-4463-a49d-5ec26798efd0", "Name": "sample string 2", "Result": 3, "Number": 1 }, { "RatingSchemaPartItemId": "d1d5b320-917c-4463-a49d-5ec26798efd0", "Name": "sample string 2", "Result": 3, "Number": 1 } ] } ], "Results": [ { "Id": "fcaedf9e-a78d-438a-84ec-072e97355874", "ClassType": 0, "TeacherId": "be22a2bb-5696-4e4b-95aa-43fa06d19ce7", "StudentId": "55fb6e2d-f022-4e30-9a48-ba91377ac95e", "Result": "sample string 3", "ContentItemResultTypeId": 1, "Score": 1.1, "DateStarted": "2025-08-28T19:48:51.161011+00:00", "DateCompleted": "2025-08-28T19:48:51.161011+00:00", "Created": "2025-08-28T19:48:51.161011+00:00", "LastUpdated": "2025-08-28T19:48:51.161011+00:00" }, { "Id": "fcaedf9e-a78d-438a-84ec-072e97355874", "ClassType": 0, "TeacherId": "be22a2bb-5696-4e4b-95aa-43fa06d19ce7", "StudentId": "55fb6e2d-f022-4e30-9a48-ba91377ac95e", "Result": "sample string 3", "ContentItemResultTypeId": 1, "Score": 1.1, "DateStarted": "2025-08-28T19:48:51.161011+00:00", "DateCompleted": "2025-08-28T19:48:51.161011+00:00", "Created": "2025-08-28T19:48:51.161011+00:00", "LastUpdated": "2025-08-28T19:48:51.161011+00:00" } ] }