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": "341ab760-af96-4461-8128-106f3c3d8c0f",
"TeacherId": "5f38f93f-2146-4bc7-ac36-3b43d64615f3",
"RegistrationId": "fd4a4154-40bc-44f7-a59d-5c6757734344",
"ItemResultsViewModel": [
{
"RatingSchemaPartItemId": "5746e436-0997-4348-bcc5-9eeb2f632ab6",
"Name": "sample string 2",
"Result": 3,
"Number": 1
},
{
"RatingSchemaPartItemId": "5746e436-0997-4348-bcc5-9eeb2f632ab6",
"Name": "sample string 2",
"Result": 3,
"Number": 1
}
]
},
{
"StudentId": "341ab760-af96-4461-8128-106f3c3d8c0f",
"TeacherId": "5f38f93f-2146-4bc7-ac36-3b43d64615f3",
"RegistrationId": "fd4a4154-40bc-44f7-a59d-5c6757734344",
"ItemResultsViewModel": [
{
"RatingSchemaPartItemId": "5746e436-0997-4348-bcc5-9eeb2f632ab6",
"Name": "sample string 2",
"Result": 3,
"Number": 1
},
{
"RatingSchemaPartItemId": "5746e436-0997-4348-bcc5-9eeb2f632ab6",
"Name": "sample string 2",
"Result": 3,
"Number": 1
}
]
}
],
"Results": [
{
"Id": "6a0c504d-a8cb-4429-a915-1d8d637ee95f",
"ClassType": 0,
"TeacherId": "d7c3afc9-c595-4fd4-af14-5c315eef15e4",
"StudentId": "2fb03d35-21ad-40e8-8983-90bfaae87eaa",
"Result": "sample string 3",
"ContentItemResultTypeId": 1,
"Score": 1.1,
"DateStarted": "2026-08-20T15:30:57.810697+00:00",
"DateCompleted": "2026-08-20T15:30:57.810697+00:00",
"Created": "2026-08-20T15:30:57.810697+00:00",
"LastUpdated": "2026-08-20T15:30:57.810697+00:00"
},
{
"Id": "6a0c504d-a8cb-4429-a915-1d8d637ee95f",
"ClassType": 0,
"TeacherId": "d7c3afc9-c595-4fd4-af14-5c315eef15e4",
"StudentId": "2fb03d35-21ad-40e8-8983-90bfaae87eaa",
"Result": "sample string 3",
"ContentItemResultTypeId": 1,
"Score": 1.1,
"DateStarted": "2026-08-20T15:30:57.810697+00:00",
"DateCompleted": "2026-08-20T15:30:57.810697+00:00",
"Created": "2026-08-20T15:30:57.810697+00:00",
"LastUpdated": "2026-08-20T15:30:57.810697+00:00"
}
]
}