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.ClassResultAggregationViewModel| Name | 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": "f3f5337d-ab95-4429-85e8-ed3df7c536df",
"TeacherId": "e32225ef-0f0d-4aca-a02d-b26bd8ea1ffe",
"RegistrationId": "bccdbc6c-3e7c-4d78-975e-e55d352ad183",
"ItemResultsViewModel": [
{
"RatingSchemaPartItemId": "4f6a135b-c84a-408f-9ed6-1b06d0e3d574",
"Name": "sample string 2",
"Result": 3,
"Number": 1
},
{
"RatingSchemaPartItemId": "4f6a135b-c84a-408f-9ed6-1b06d0e3d574",
"Name": "sample string 2",
"Result": 3,
"Number": 1
}
]
},
{
"StudentId": "f3f5337d-ab95-4429-85e8-ed3df7c536df",
"TeacherId": "e32225ef-0f0d-4aca-a02d-b26bd8ea1ffe",
"RegistrationId": "bccdbc6c-3e7c-4d78-975e-e55d352ad183",
"ItemResultsViewModel": [
{
"RatingSchemaPartItemId": "4f6a135b-c84a-408f-9ed6-1b06d0e3d574",
"Name": "sample string 2",
"Result": 3,
"Number": 1
},
{
"RatingSchemaPartItemId": "4f6a135b-c84a-408f-9ed6-1b06d0e3d574",
"Name": "sample string 2",
"Result": 3,
"Number": 1
}
]
}
],
"Results": [
{
"Id": "a97a6f40-ce1e-41ff-9e47-bfff0b5b58a8",
"ClassType": 0,
"TeacherId": "4c4d403c-43e5-4a42-ab1d-c7a3f8cd94e7",
"StudentId": "16d0c0f9-0c89-41d7-8c06-a43cf3b9b11a",
"Result": "sample string 3",
"ContentItemResultTypeId": 1,
"Score": 1.1,
"DateStarted": "2025-12-11T04:55:57.3888656+00:00",
"DateCompleted": "2025-12-11T04:55:57.3888656+00:00",
"Created": "2025-12-11T04:55:57.3888656+00:00",
"LastUpdated": "2025-12-11T04:55:57.3888656+00:00"
},
{
"Id": "a97a6f40-ce1e-41ff-9e47-bfff0b5b58a8",
"ClassType": 0,
"TeacherId": "4c4d403c-43e5-4a42-ab1d-c7a3f8cd94e7",
"StudentId": "16d0c0f9-0c89-41d7-8c06-a43cf3b9b11a",
"Result": "sample string 3",
"ContentItemResultTypeId": 1,
"Score": 1.1,
"DateStarted": "2025-12-11T04:55:57.3888656+00:00",
"DateCompleted": "2025-12-11T04:55:57.3888656+00:00",
"Created": "2025-12-11T04:55:57.3888656+00:00",
"LastUpdated": "2025-12-11T04:55:57.3888656+00:00"
}
]
}