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": "a0a24726-5d8e-45ee-aa82-d70781ec7b9c",
"TeacherId": "713503b7-81f2-4bd8-9e7d-d43cba12b705",
"RegistrationId": "cd410fa6-5888-4013-a9ae-f1f8e82b5281",
"ItemResultsViewModel": [
{
"RatingSchemaPartItemId": "fe3f3a46-1142-45b7-bc04-7540fb8b014c",
"Name": "sample string 2",
"Result": 3,
"Number": 1
},
{
"RatingSchemaPartItemId": "fe3f3a46-1142-45b7-bc04-7540fb8b014c",
"Name": "sample string 2",
"Result": 3,
"Number": 1
}
]
},
{
"StudentId": "a0a24726-5d8e-45ee-aa82-d70781ec7b9c",
"TeacherId": "713503b7-81f2-4bd8-9e7d-d43cba12b705",
"RegistrationId": "cd410fa6-5888-4013-a9ae-f1f8e82b5281",
"ItemResultsViewModel": [
{
"RatingSchemaPartItemId": "fe3f3a46-1142-45b7-bc04-7540fb8b014c",
"Name": "sample string 2",
"Result": 3,
"Number": 1
},
{
"RatingSchemaPartItemId": "fe3f3a46-1142-45b7-bc04-7540fb8b014c",
"Name": "sample string 2",
"Result": 3,
"Number": 1
}
]
}
],
"Results": [
{
"Id": "367bae18-7de1-43af-acc0-7855a0acd3ec",
"ClassType": 0,
"TeacherId": "f5a5d6f5-5f29-40cb-b487-6fdbd831f9ad",
"StudentId": "f465a4c4-1fbd-4a22-93ad-c06cb21f54e0",
"Result": "sample string 3",
"ContentItemResultTypeId": 1,
"Score": 1.1,
"DateStarted": "2026-03-21T04:52:18.0687367+00:00",
"DateCompleted": "2026-03-21T04:52:18.0687367+00:00",
"Created": "2026-03-21T04:52:18.0687367+00:00",
"LastUpdated": "2026-03-21T04:52:18.0687367+00:00"
},
{
"Id": "367bae18-7de1-43af-acc0-7855a0acd3ec",
"ClassType": 0,
"TeacherId": "f5a5d6f5-5f29-40cb-b487-6fdbd831f9ad",
"StudentId": "f465a4c4-1fbd-4a22-93ad-c06cb21f54e0",
"Result": "sample string 3",
"ContentItemResultTypeId": 1,
"Score": 1.1,
"DateStarted": "2026-03-21T04:52:18.0687367+00:00",
"DateCompleted": "2026-03-21T04:52:18.0687367+00:00",
"Created": "2026-03-21T04:52:18.0687367+00:00",
"LastUpdated": "2026-03-21T04:52:18.0687367+00:00"
}
]
}