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": "7cd4777c-a415-494c-91f8-7f5f3a868c62", "TeacherId": "652be281-6422-4344-bede-7169f85713f7", "RegistrationId": "62797728-409c-4685-889f-a21f99d0d234", "ItemResultsViewModel": [ { "RatingSchemaPartItemId": "aee82476-c314-449c-9697-d9ce730365fa", "Name": "sample string 2", "Result": 3, "Number": 1 }, { "RatingSchemaPartItemId": "aee82476-c314-449c-9697-d9ce730365fa", "Name": "sample string 2", "Result": 3, "Number": 1 } ] }, { "StudentId": "7cd4777c-a415-494c-91f8-7f5f3a868c62", "TeacherId": "652be281-6422-4344-bede-7169f85713f7", "RegistrationId": "62797728-409c-4685-889f-a21f99d0d234", "ItemResultsViewModel": [ { "RatingSchemaPartItemId": "aee82476-c314-449c-9697-d9ce730365fa", "Name": "sample string 2", "Result": 3, "Number": 1 }, { "RatingSchemaPartItemId": "aee82476-c314-449c-9697-d9ce730365fa", "Name": "sample string 2", "Result": 3, "Number": 1 } ] } ], "Results": [ { "Id": "642d707d-8758-447f-a3ea-3c5dabedc7ea", "ClassType": 0, "TeacherId": "fbf5042b-4015-46f0-8485-a80aa546881d", "StudentId": "9c3317d9-70f9-4856-8acf-8e90e19e504d", "Result": "sample string 3", "ContentItemResultTypeId": 1, "Score": 1.1, "DateStarted": "2025-07-01T06:24:16.059714+00:00", "DateCompleted": "2025-07-01T06:24:16.059714+00:00", "Created": "2025-07-01T06:24:16.059714+00:00", "LastUpdated": "2025-07-01T06:24:16.059714+00:00" }, { "Id": "642d707d-8758-447f-a3ea-3c5dabedc7ea", "ClassType": 0, "TeacherId": "fbf5042b-4015-46f0-8485-a80aa546881d", "StudentId": "9c3317d9-70f9-4856-8acf-8e90e19e504d", "Result": "sample string 3", "ContentItemResultTypeId": 1, "Score": 1.1, "DateStarted": "2025-07-01T06:24:16.059714+00:00", "DateCompleted": "2025-07-01T06:24:16.059714+00:00", "Created": "2025-07-01T06:24:16.059714+00:00", "LastUpdated": "2025-07-01T06:24:16.059714+00:00" } ] }