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": "f1c89c3a-1867-41f7-961c-74227ed0bb08",
"TeacherId": "2fce6ac7-8e98-4556-afbd-0058627db68b",
"RegistrationId": "0e893345-04b8-4351-8d53-f2179eb522f0",
"ItemResultsViewModel": [
{
"RatingSchemaPartItemId": "4b2c97ad-0b15-497c-879d-e6e63ca650aa",
"Name": "sample string 2",
"Result": 3,
"Number": 1
},
{
"RatingSchemaPartItemId": "4b2c97ad-0b15-497c-879d-e6e63ca650aa",
"Name": "sample string 2",
"Result": 3,
"Number": 1
}
]
},
{
"StudentId": "f1c89c3a-1867-41f7-961c-74227ed0bb08",
"TeacherId": "2fce6ac7-8e98-4556-afbd-0058627db68b",
"RegistrationId": "0e893345-04b8-4351-8d53-f2179eb522f0",
"ItemResultsViewModel": [
{
"RatingSchemaPartItemId": "4b2c97ad-0b15-497c-879d-e6e63ca650aa",
"Name": "sample string 2",
"Result": 3,
"Number": 1
},
{
"RatingSchemaPartItemId": "4b2c97ad-0b15-497c-879d-e6e63ca650aa",
"Name": "sample string 2",
"Result": 3,
"Number": 1
}
]
}
],
"Results": [
{
"Id": "dfe0e537-07d6-4112-a5bd-1f0d7f3d64c0",
"ClassType": 0,
"TeacherId": "190b0ef3-9254-4ec6-904d-c81d1a47bdff",
"StudentId": "4d83f2bc-c6b0-4b70-aebd-875e38584724",
"Result": "sample string 3",
"ContentItemResultTypeId": 1,
"Score": 1.1,
"DateStarted": "2026-07-27T17:46:11.7602484+00:00",
"DateCompleted": "2026-07-27T17:46:11.7602484+00:00",
"Created": "2026-07-27T17:46:11.7602484+00:00",
"LastUpdated": "2026-07-27T17:46:11.7602484+00:00"
},
{
"Id": "dfe0e537-07d6-4112-a5bd-1f0d7f3d64c0",
"ClassType": 0,
"TeacherId": "190b0ef3-9254-4ec6-904d-c81d1a47bdff",
"StudentId": "4d83f2bc-c6b0-4b70-aebd-875e38584724",
"Result": "sample string 3",
"ContentItemResultTypeId": 1,
"Score": 1.1,
"DateStarted": "2026-07-27T17:46:11.7602484+00:00",
"DateCompleted": "2026-07-27T17:46:11.7602484+00:00",
"Created": "2026-07-27T17:46:11.7602484+00:00",
"LastUpdated": "2026-07-27T17:46:11.7602484+00:00"
}
]
}