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": "82d4a211-3dbb-44c8-b94f-7bfb605b52cf",
"TeacherId": "1bfb1918-cd6a-48b3-99f6-992b825d75f3",
"RegistrationId": "d1a69463-d3d1-47ee-893e-8e5dcfdecfff",
"ItemResultsViewModel": [
{
"RatingSchemaPartItemId": "5eccb3bd-7340-4722-91d8-bae15471ed6d",
"Name": "sample string 2",
"Result": 3,
"Number": 1
},
{
"RatingSchemaPartItemId": "5eccb3bd-7340-4722-91d8-bae15471ed6d",
"Name": "sample string 2",
"Result": 3,
"Number": 1
}
]
},
{
"StudentId": "82d4a211-3dbb-44c8-b94f-7bfb605b52cf",
"TeacherId": "1bfb1918-cd6a-48b3-99f6-992b825d75f3",
"RegistrationId": "d1a69463-d3d1-47ee-893e-8e5dcfdecfff",
"ItemResultsViewModel": [
{
"RatingSchemaPartItemId": "5eccb3bd-7340-4722-91d8-bae15471ed6d",
"Name": "sample string 2",
"Result": 3,
"Number": 1
},
{
"RatingSchemaPartItemId": "5eccb3bd-7340-4722-91d8-bae15471ed6d",
"Name": "sample string 2",
"Result": 3,
"Number": 1
}
]
}
],
"Results": [
{
"Id": "4bb857aa-8b5e-4270-83ae-0cc6f2f12dd3",
"ClassType": 0,
"TeacherId": "739721be-9598-4332-af56-15d2f17c0381",
"StudentId": "6a504b8e-4079-432d-9496-0b0f450580c9",
"Result": "sample string 3",
"ContentItemResultTypeId": 1,
"Score": 1.1,
"DateStarted": "2026-03-25T23:37:29.6697097+00:00",
"DateCompleted": "2026-03-25T23:37:29.6697097+00:00",
"Created": "2026-03-25T23:37:29.6697097+00:00",
"LastUpdated": "2026-03-25T23:37:29.6697097+00:00"
},
{
"Id": "4bb857aa-8b5e-4270-83ae-0cc6f2f12dd3",
"ClassType": 0,
"TeacherId": "739721be-9598-4332-af56-15d2f17c0381",
"StudentId": "6a504b8e-4079-432d-9496-0b0f450580c9",
"Result": "sample string 3",
"ContentItemResultTypeId": 1,
"Score": 1.1,
"DateStarted": "2026-03-25T23:37:29.6697097+00:00",
"DateCompleted": "2026-03-25T23:37:29.6697097+00:00",
"Created": "2026-03-25T23:37:29.6697097+00:00",
"LastUpdated": "2026-03-25T23:37:29.6697097+00:00"
}
]
}