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": "3561e4d9-b86a-48a6-aa2d-169c9a8dbdb4",
"TeacherId": "46fcb431-f36d-488f-b4bc-8afcffb31e98",
"RegistrationId": "3dbe57d5-6445-4a15-a889-e55db81abbf9",
"ItemResultsViewModel": [
{
"RatingSchemaPartItemId": "262a45a0-e9c6-45aa-937b-68cb7db84966",
"Name": "sample string 2",
"Result": 3,
"Number": 1
},
{
"RatingSchemaPartItemId": "262a45a0-e9c6-45aa-937b-68cb7db84966",
"Name": "sample string 2",
"Result": 3,
"Number": 1
}
]
},
{
"StudentId": "3561e4d9-b86a-48a6-aa2d-169c9a8dbdb4",
"TeacherId": "46fcb431-f36d-488f-b4bc-8afcffb31e98",
"RegistrationId": "3dbe57d5-6445-4a15-a889-e55db81abbf9",
"ItemResultsViewModel": [
{
"RatingSchemaPartItemId": "262a45a0-e9c6-45aa-937b-68cb7db84966",
"Name": "sample string 2",
"Result": 3,
"Number": 1
},
{
"RatingSchemaPartItemId": "262a45a0-e9c6-45aa-937b-68cb7db84966",
"Name": "sample string 2",
"Result": 3,
"Number": 1
}
]
}
],
"Results": [
{
"Id": "772dea22-8011-40b1-9781-44aac18bd6a4",
"ClassType": 0,
"TeacherId": "83115466-7958-4e84-96b3-14258009076c",
"StudentId": "c29cd30d-66a5-4c92-afef-8ea14efc9a34",
"Result": "sample string 3",
"ContentItemResultTypeId": 1,
"Score": 1.1,
"DateStarted": "2026-07-04T06:22:37.5420403+00:00",
"DateCompleted": "2026-07-04T06:22:37.5420403+00:00",
"Created": "2026-07-04T06:22:37.5420403+00:00",
"LastUpdated": "2026-07-04T06:22:37.5420403+00:00"
},
{
"Id": "772dea22-8011-40b1-9781-44aac18bd6a4",
"ClassType": 0,
"TeacherId": "83115466-7958-4e84-96b3-14258009076c",
"StudentId": "c29cd30d-66a5-4c92-afef-8ea14efc9a34",
"Result": "sample string 3",
"ContentItemResultTypeId": 1,
"Score": 1.1,
"DateStarted": "2026-07-04T06:22:37.5420403+00:00",
"DateCompleted": "2026-07-04T06:22:37.5420403+00:00",
"Created": "2026-07-04T06:22:37.5420403+00:00",
"LastUpdated": "2026-07-04T06:22:37.5420403+00:00"
}
]
}