GET classes/{classId}/classResults
Authorization
Access to this endpoint is granted if all following conditions are true:
- Authenticated user passes at least one of the following conditions: Authenticated user is a staff member and is assigned to the same center as a user who matches any student who has a result for class specified by "classId" uri parameter parameter or by content of request. Authenticated user is a staff member and is assigned to the online center as a user who matches any student who has a result for class specified by "classId" uri parameter parameter or by content of request. Authenticated user matches any student who has a result for class specified by "classId" uri parameter parameter or by content of request.
- Authenticated user who is either StaffMember
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| classId | string |
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": "bb305350-c267-45e5-bdd1-2e6ac2e6eb14",
"TeacherId": "b9453aed-f902-4bfb-991b-acd0f754cb08",
"RegistrationId": "7c8058fc-0f13-46f3-9e59-64ea33a99150",
"ItemResultsViewModel": [
{
"RatingSchemaPartItemId": "996e386e-478a-43d7-a6e8-88dfff9cab6e",
"Name": "sample string 2",
"Result": 3,
"Number": 1
},
{
"RatingSchemaPartItemId": "996e386e-478a-43d7-a6e8-88dfff9cab6e",
"Name": "sample string 2",
"Result": 3,
"Number": 1
}
]
},
{
"StudentId": "bb305350-c267-45e5-bdd1-2e6ac2e6eb14",
"TeacherId": "b9453aed-f902-4bfb-991b-acd0f754cb08",
"RegistrationId": "7c8058fc-0f13-46f3-9e59-64ea33a99150",
"ItemResultsViewModel": [
{
"RatingSchemaPartItemId": "996e386e-478a-43d7-a6e8-88dfff9cab6e",
"Name": "sample string 2",
"Result": 3,
"Number": 1
},
{
"RatingSchemaPartItemId": "996e386e-478a-43d7-a6e8-88dfff9cab6e",
"Name": "sample string 2",
"Result": 3,
"Number": 1
}
]
}
],
"Results": [
{
"Id": "e0f411eb-b61d-43a4-8c84-a812428e4542",
"ClassType": 0,
"TeacherId": "7c59010e-8288-4dcd-9aa0-46eb43066a4a",
"StudentId": "85be1695-8838-429c-8917-008027d8c89b",
"Result": "sample string 3",
"ContentItemResultTypeId": 1,
"Score": 1.1,
"DateStarted": "2026-01-09T09:13:28.5957291+00:00",
"DateCompleted": "2026-01-09T09:13:28.5957291+00:00",
"Created": "2026-01-09T09:13:28.5957291+00:00",
"LastUpdated": "2026-01-09T09:13:28.5957291+00:00"
},
{
"Id": "e0f411eb-b61d-43a4-8c84-a812428e4542",
"ClassType": 0,
"TeacherId": "7c59010e-8288-4dcd-9aa0-46eb43066a4a",
"StudentId": "85be1695-8838-429c-8917-008027d8c89b",
"Result": "sample string 3",
"ContentItemResultTypeId": 1,
"Score": 1.1,
"DateStarted": "2026-01-09T09:13:28.5957291+00:00",
"DateCompleted": "2026-01-09T09:13:28.5957291+00:00",
"Created": "2026-01-09T09:13:28.5957291+00:00",
"LastUpdated": "2026-01-09T09:13:28.5957291+00:00"
}
]
}