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": "253f7ecc-8dd3-4cba-95b8-86dce6eeeba5",
"TeacherId": "84d0c54c-23d4-4c85-acf3-7beff8b2c666",
"RegistrationId": "2f5bc680-3681-4a00-bc8b-d7978d79fdbc",
"ItemResultsViewModel": [
{
"RatingSchemaPartItemId": "05f7af62-1aa9-4f2b-84d9-1534b41d24ca",
"Name": "sample string 2",
"Result": 3,
"Number": 1
},
{
"RatingSchemaPartItemId": "05f7af62-1aa9-4f2b-84d9-1534b41d24ca",
"Name": "sample string 2",
"Result": 3,
"Number": 1
}
]
},
{
"StudentId": "253f7ecc-8dd3-4cba-95b8-86dce6eeeba5",
"TeacherId": "84d0c54c-23d4-4c85-acf3-7beff8b2c666",
"RegistrationId": "2f5bc680-3681-4a00-bc8b-d7978d79fdbc",
"ItemResultsViewModel": [
{
"RatingSchemaPartItemId": "05f7af62-1aa9-4f2b-84d9-1534b41d24ca",
"Name": "sample string 2",
"Result": 3,
"Number": 1
},
{
"RatingSchemaPartItemId": "05f7af62-1aa9-4f2b-84d9-1534b41d24ca",
"Name": "sample string 2",
"Result": 3,
"Number": 1
}
]
}
],
"Results": [
{
"Id": "9dc2cbfb-6c30-45f0-a7b8-055a11f71dd7",
"ClassType": 0,
"TeacherId": "14738eb2-c430-415b-a13e-bacc2915f2ab",
"StudentId": "c8fee138-0ff6-4509-a084-59f908639ab9",
"Result": "sample string 3",
"ContentItemResultTypeId": 1,
"Score": 1.1,
"DateStarted": "2026-08-27T21:37:12.8844928+00:00",
"DateCompleted": "2026-08-27T21:37:12.8844928+00:00",
"Created": "2026-08-27T21:37:12.8844928+00:00",
"LastUpdated": "2026-08-27T21:37:12.8844928+00:00"
},
{
"Id": "9dc2cbfb-6c30-45f0-a7b8-055a11f71dd7",
"ClassType": 0,
"TeacherId": "14738eb2-c430-415b-a13e-bacc2915f2ab",
"StudentId": "c8fee138-0ff6-4509-a084-59f908639ab9",
"Result": "sample string 3",
"ContentItemResultTypeId": 1,
"Score": 1.1,
"DateStarted": "2026-08-27T21:37:12.8844928+00:00",
"DateCompleted": "2026-08-27T21:37:12.8844928+00:00",
"Created": "2026-08-27T21:37:12.8844928+00:00",
"LastUpdated": "2026-08-27T21:37:12.8844928+00:00"
}
]
}