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": "debefe68-792d-4073-b052-18ccfcbafdb0",
"TeacherId": "94d4c914-a531-4e26-936c-b4c1d35bdb58",
"RegistrationId": "cf63862e-a6db-4669-b46d-3b1255055082",
"ItemResultsViewModel": [
{
"RatingSchemaPartItemId": "1862e806-51bb-4e46-ad1a-27ed946d17a7",
"Name": "sample string 2",
"Result": 3,
"Number": 1
},
{
"RatingSchemaPartItemId": "1862e806-51bb-4e46-ad1a-27ed946d17a7",
"Name": "sample string 2",
"Result": 3,
"Number": 1
}
]
},
{
"StudentId": "debefe68-792d-4073-b052-18ccfcbafdb0",
"TeacherId": "94d4c914-a531-4e26-936c-b4c1d35bdb58",
"RegistrationId": "cf63862e-a6db-4669-b46d-3b1255055082",
"ItemResultsViewModel": [
{
"RatingSchemaPartItemId": "1862e806-51bb-4e46-ad1a-27ed946d17a7",
"Name": "sample string 2",
"Result": 3,
"Number": 1
},
{
"RatingSchemaPartItemId": "1862e806-51bb-4e46-ad1a-27ed946d17a7",
"Name": "sample string 2",
"Result": 3,
"Number": 1
}
]
}
],
"Results": [
{
"Id": "7278d9dd-3f33-4bcf-9533-c54de6bbc990",
"ClassType": 0,
"TeacherId": "42848dcf-5086-4427-838a-7ccebd09f5dc",
"StudentId": "ddfc6bed-f8c5-4ea7-93fa-0f19f4ec58bc",
"Result": "sample string 3",
"ContentItemResultTypeId": 1,
"Score": 1.1,
"DateStarted": "2026-06-11T00:02:44.1332031+00:00",
"DateCompleted": "2026-06-11T00:02:44.1332031+00:00",
"Created": "2026-06-11T00:02:44.1332031+00:00",
"LastUpdated": "2026-06-11T00:02:44.1332031+00:00"
},
{
"Id": "7278d9dd-3f33-4bcf-9533-c54de6bbc990",
"ClassType": 0,
"TeacherId": "42848dcf-5086-4427-838a-7ccebd09f5dc",
"StudentId": "ddfc6bed-f8c5-4ea7-93fa-0f19f4ec58bc",
"Result": "sample string 3",
"ContentItemResultTypeId": 1,
"Score": 1.1,
"DateStarted": "2026-06-11T00:02:44.1332031+00:00",
"DateCompleted": "2026-06-11T00:02:44.1332031+00:00",
"Created": "2026-06-11T00:02:44.1332031+00:00",
"LastUpdated": "2026-06-11T00:02:44.1332031+00:00"
}
]
}