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": "9c2820ba-3b7a-47ed-b876-ceeb24d70aad",
"TeacherId": "331cfd93-f171-413e-adc2-8fa967977799",
"RegistrationId": "3e3d4fbb-430a-40c9-88eb-c7ada0c6e0f9",
"ItemResultsViewModel": [
{
"RatingSchemaPartItemId": "a69417df-dcab-4b42-a368-689c9cc49ffd",
"Name": "sample string 2",
"Result": 3,
"Number": 1
},
{
"RatingSchemaPartItemId": "a69417df-dcab-4b42-a368-689c9cc49ffd",
"Name": "sample string 2",
"Result": 3,
"Number": 1
}
]
},
{
"StudentId": "9c2820ba-3b7a-47ed-b876-ceeb24d70aad",
"TeacherId": "331cfd93-f171-413e-adc2-8fa967977799",
"RegistrationId": "3e3d4fbb-430a-40c9-88eb-c7ada0c6e0f9",
"ItemResultsViewModel": [
{
"RatingSchemaPartItemId": "a69417df-dcab-4b42-a368-689c9cc49ffd",
"Name": "sample string 2",
"Result": 3,
"Number": 1
},
{
"RatingSchemaPartItemId": "a69417df-dcab-4b42-a368-689c9cc49ffd",
"Name": "sample string 2",
"Result": 3,
"Number": 1
}
]
}
],
"Results": [
{
"Id": "4db26b16-b406-4412-acbc-969b3fe4b6a4",
"ClassType": 0,
"TeacherId": "a4481ac7-64bd-493d-b504-7f87660c40bb",
"StudentId": "8a324766-4a64-4311-be8a-31b5c4ab5753",
"Result": "sample string 3",
"ContentItemResultTypeId": 1,
"Score": 1.1,
"DateStarted": "2026-06-30T05:43:00.0771499+00:00",
"DateCompleted": "2026-06-30T05:43:00.0771499+00:00",
"Created": "2026-06-30T05:43:00.0771499+00:00",
"LastUpdated": "2026-06-30T05:43:00.0771499+00:00"
},
{
"Id": "4db26b16-b406-4412-acbc-969b3fe4b6a4",
"ClassType": 0,
"TeacherId": "a4481ac7-64bd-493d-b504-7f87660c40bb",
"StudentId": "8a324766-4a64-4311-be8a-31b5c4ab5753",
"Result": "sample string 3",
"ContentItemResultTypeId": 1,
"Score": 1.1,
"DateStarted": "2026-06-30T05:43:00.0771499+00:00",
"DateCompleted": "2026-06-30T05:43:00.0771499+00:00",
"Created": "2026-06-30T05:43:00.0771499+00:00",
"LastUpdated": "2026-06-30T05:43:00.0771499+00:00"
}
]
}