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": "7da11963-2703-4237-8bb6-379b5cd4f49a",
"TeacherId": "a52a508d-7518-44f8-9b9b-210f5eff5821",
"RegistrationId": "90ddc399-d528-4e60-a729-553351c11060",
"ItemResultsViewModel": [
{
"RatingSchemaPartItemId": "1e7e16a9-96cb-4ba8-b2a8-5eeed5313e1a",
"Name": "sample string 2",
"Result": 3,
"Number": 1
},
{
"RatingSchemaPartItemId": "1e7e16a9-96cb-4ba8-b2a8-5eeed5313e1a",
"Name": "sample string 2",
"Result": 3,
"Number": 1
}
]
},
{
"StudentId": "7da11963-2703-4237-8bb6-379b5cd4f49a",
"TeacherId": "a52a508d-7518-44f8-9b9b-210f5eff5821",
"RegistrationId": "90ddc399-d528-4e60-a729-553351c11060",
"ItemResultsViewModel": [
{
"RatingSchemaPartItemId": "1e7e16a9-96cb-4ba8-b2a8-5eeed5313e1a",
"Name": "sample string 2",
"Result": 3,
"Number": 1
},
{
"RatingSchemaPartItemId": "1e7e16a9-96cb-4ba8-b2a8-5eeed5313e1a",
"Name": "sample string 2",
"Result": 3,
"Number": 1
}
]
}
],
"Results": [
{
"Id": "fa7d8d0d-ff6d-48ce-a855-737298687b0f",
"ClassType": 0,
"TeacherId": "c820596b-1552-459a-b879-26d87b29ea36",
"StudentId": "76e04894-5d43-4aa8-ba64-5f5f8d094629",
"Result": "sample string 3",
"ContentItemResultTypeId": 1,
"Score": 1.1,
"DateStarted": "2026-06-24T20:52:58.5468926+00:00",
"DateCompleted": "2026-06-24T20:52:58.5468926+00:00",
"Created": "2026-06-24T20:52:58.5468926+00:00",
"LastUpdated": "2026-06-24T20:52:58.5468926+00:00"
},
{
"Id": "fa7d8d0d-ff6d-48ce-a855-737298687b0f",
"ClassType": 0,
"TeacherId": "c820596b-1552-459a-b879-26d87b29ea36",
"StudentId": "76e04894-5d43-4aa8-ba64-5f5f8d094629",
"Result": "sample string 3",
"ContentItemResultTypeId": 1,
"Score": 1.1,
"DateStarted": "2026-06-24T20:52:58.5468926+00:00",
"DateCompleted": "2026-06-24T20:52:58.5468926+00:00",
"Created": "2026-06-24T20:52:58.5468926+00:00",
"LastUpdated": "2026-06-24T20:52:58.5468926+00:00"
}
]
}