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": "908b8974-a5d6-4c3d-b621-957aeb29db72",
"TeacherId": "d6550318-0f38-496b-abda-c1a0b47a4c26",
"RegistrationId": "7e7e4c39-0658-4b5d-af47-6d7d08f897b8",
"ItemResultsViewModel": [
{
"RatingSchemaPartItemId": "61567bb4-4f2d-4341-acfb-c023b0d6a164",
"Name": "sample string 2",
"Result": 3,
"Number": 1
},
{
"RatingSchemaPartItemId": "61567bb4-4f2d-4341-acfb-c023b0d6a164",
"Name": "sample string 2",
"Result": 3,
"Number": 1
}
]
},
{
"StudentId": "908b8974-a5d6-4c3d-b621-957aeb29db72",
"TeacherId": "d6550318-0f38-496b-abda-c1a0b47a4c26",
"RegistrationId": "7e7e4c39-0658-4b5d-af47-6d7d08f897b8",
"ItemResultsViewModel": [
{
"RatingSchemaPartItemId": "61567bb4-4f2d-4341-acfb-c023b0d6a164",
"Name": "sample string 2",
"Result": 3,
"Number": 1
},
{
"RatingSchemaPartItemId": "61567bb4-4f2d-4341-acfb-c023b0d6a164",
"Name": "sample string 2",
"Result": 3,
"Number": 1
}
]
}
],
"Results": [
{
"Id": "176101e7-6548-4a0c-b7f1-a9b33c41bb85",
"ClassType": 0,
"TeacherId": "8f49008d-1111-4e44-b77a-31a15f66f736",
"StudentId": "6adf7c41-1534-4041-889a-15e029e9153e",
"Result": "sample string 3",
"ContentItemResultTypeId": 1,
"Score": 1.1,
"DateStarted": "2026-04-25T04:20:54.8317256+00:00",
"DateCompleted": "2026-04-25T04:20:54.8317256+00:00",
"Created": "2026-04-25T04:20:54.8317256+00:00",
"LastUpdated": "2026-04-25T04:20:54.8317256+00:00"
},
{
"Id": "176101e7-6548-4a0c-b7f1-a9b33c41bb85",
"ClassType": 0,
"TeacherId": "8f49008d-1111-4e44-b77a-31a15f66f736",
"StudentId": "6adf7c41-1534-4041-889a-15e029e9153e",
"Result": "sample string 3",
"ContentItemResultTypeId": 1,
"Score": 1.1,
"DateStarted": "2026-04-25T04:20:54.8317256+00:00",
"DateCompleted": "2026-04-25T04:20:54.8317256+00:00",
"Created": "2026-04-25T04:20:54.8317256+00:00",
"LastUpdated": "2026-04-25T04:20:54.8317256+00:00"
}
]
}