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": "ea64048f-96ce-4fde-bae8-0e29371e02ae",
"TeacherId": "11bc65d1-0940-4fc1-9fae-4ab01dffb846",
"RegistrationId": "1b509775-1e4e-4f06-9d3a-437684c6334a",
"ItemResultsViewModel": [
{
"RatingSchemaPartItemId": "13190827-bf34-4c39-a586-f4a55ac83404",
"Name": "sample string 2",
"Result": 3,
"Number": 1
},
{
"RatingSchemaPartItemId": "13190827-bf34-4c39-a586-f4a55ac83404",
"Name": "sample string 2",
"Result": 3,
"Number": 1
}
]
},
{
"StudentId": "ea64048f-96ce-4fde-bae8-0e29371e02ae",
"TeacherId": "11bc65d1-0940-4fc1-9fae-4ab01dffb846",
"RegistrationId": "1b509775-1e4e-4f06-9d3a-437684c6334a",
"ItemResultsViewModel": [
{
"RatingSchemaPartItemId": "13190827-bf34-4c39-a586-f4a55ac83404",
"Name": "sample string 2",
"Result": 3,
"Number": 1
},
{
"RatingSchemaPartItemId": "13190827-bf34-4c39-a586-f4a55ac83404",
"Name": "sample string 2",
"Result": 3,
"Number": 1
}
]
}
],
"Results": [
{
"Id": "a3eaef35-b5db-42c6-a017-bfc2a215284e",
"ClassType": 0,
"TeacherId": "4e9ca0e9-7e1b-4a96-8025-f3f274e67f8e",
"StudentId": "42380f4e-5bd5-4fe6-853d-e4ad50e71572",
"Result": "sample string 3",
"ContentItemResultTypeId": 1,
"Score": 1.1,
"DateStarted": "2026-07-30T19:17:32.6387453+00:00",
"DateCompleted": "2026-07-30T19:17:32.6387453+00:00",
"Created": "2026-07-30T19:17:32.6387453+00:00",
"LastUpdated": "2026-07-30T19:17:32.6387453+00:00"
},
{
"Id": "a3eaef35-b5db-42c6-a017-bfc2a215284e",
"ClassType": 0,
"TeacherId": "4e9ca0e9-7e1b-4a96-8025-f3f274e67f8e",
"StudentId": "42380f4e-5bd5-4fe6-853d-e4ad50e71572",
"Result": "sample string 3",
"ContentItemResultTypeId": 1,
"Score": 1.1,
"DateStarted": "2026-07-30T19:17:32.6387453+00:00",
"DateCompleted": "2026-07-30T19:17:32.6387453+00:00",
"Created": "2026-07-30T19:17:32.6387453+00:00",
"LastUpdated": "2026-07-30T19:17:32.6387453+00:00"
}
]
}