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": "e12412d4-7c00-47e5-9223-cb2a6a76ee39",
"TeacherId": "0906ba65-2366-435b-93ea-678a8a767c85",
"RegistrationId": "cc43a6cf-7678-4da3-8382-60e0a48cadee",
"ItemResultsViewModel": [
{
"RatingSchemaPartItemId": "94c3e1cb-aee9-4b66-974b-1e158389b79e",
"Name": "sample string 2",
"Result": 3,
"Number": 1
},
{
"RatingSchemaPartItemId": "94c3e1cb-aee9-4b66-974b-1e158389b79e",
"Name": "sample string 2",
"Result": 3,
"Number": 1
}
]
},
{
"StudentId": "e12412d4-7c00-47e5-9223-cb2a6a76ee39",
"TeacherId": "0906ba65-2366-435b-93ea-678a8a767c85",
"RegistrationId": "cc43a6cf-7678-4da3-8382-60e0a48cadee",
"ItemResultsViewModel": [
{
"RatingSchemaPartItemId": "94c3e1cb-aee9-4b66-974b-1e158389b79e",
"Name": "sample string 2",
"Result": 3,
"Number": 1
},
{
"RatingSchemaPartItemId": "94c3e1cb-aee9-4b66-974b-1e158389b79e",
"Name": "sample string 2",
"Result": 3,
"Number": 1
}
]
}
],
"Results": [
{
"Id": "e327dff8-d8c4-416a-b8a6-bed27df2714d",
"ClassType": 0,
"TeacherId": "5758d21e-b023-4e69-8d6c-e22870418e79",
"StudentId": "df2df005-1633-4e0c-a040-402637f7f0db",
"Result": "sample string 3",
"ContentItemResultTypeId": 1,
"Score": 1.1,
"DateStarted": "2026-09-24T18:19:45.4319422+00:00",
"DateCompleted": "2026-09-24T18:19:45.4319422+00:00",
"Created": "2026-09-24T18:19:45.4319422+00:00",
"LastUpdated": "2026-09-24T18:19:45.4319422+00:00"
},
{
"Id": "e327dff8-d8c4-416a-b8a6-bed27df2714d",
"ClassType": 0,
"TeacherId": "5758d21e-b023-4e69-8d6c-e22870418e79",
"StudentId": "df2df005-1633-4e0c-a040-402637f7f0db",
"Result": "sample string 3",
"ContentItemResultTypeId": 1,
"Score": 1.1,
"DateStarted": "2026-09-24T18:19:45.4319422+00:00",
"DateCompleted": "2026-09-24T18:19:45.4319422+00:00",
"Created": "2026-09-24T18:19:45.4319422+00:00",
"LastUpdated": "2026-09-24T18:19:45.4319422+00:00"
}
]
}