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": "d8a914ac-dcf9-4c3f-8255-7c5a316e6f0b",
"TeacherId": "887f858e-b184-4a55-af85-2faf4dbf619b",
"RegistrationId": "e0614f19-7c92-4af9-a45d-5f40b1dd8eff",
"ItemResultsViewModel": [
{
"RatingSchemaPartItemId": "63daace6-a930-40cf-b02d-cfb46f475953",
"Name": "sample string 2",
"Result": 3,
"Number": 1
},
{
"RatingSchemaPartItemId": "63daace6-a930-40cf-b02d-cfb46f475953",
"Name": "sample string 2",
"Result": 3,
"Number": 1
}
]
},
{
"StudentId": "d8a914ac-dcf9-4c3f-8255-7c5a316e6f0b",
"TeacherId": "887f858e-b184-4a55-af85-2faf4dbf619b",
"RegistrationId": "e0614f19-7c92-4af9-a45d-5f40b1dd8eff",
"ItemResultsViewModel": [
{
"RatingSchemaPartItemId": "63daace6-a930-40cf-b02d-cfb46f475953",
"Name": "sample string 2",
"Result": 3,
"Number": 1
},
{
"RatingSchemaPartItemId": "63daace6-a930-40cf-b02d-cfb46f475953",
"Name": "sample string 2",
"Result": 3,
"Number": 1
}
]
}
],
"Results": [
{
"Id": "4435cf7d-2c8e-413e-ae06-3a3f72e4a955",
"ClassType": 0,
"TeacherId": "0471d9d8-0847-4e48-bd2b-651e9b0f5b19",
"StudentId": "f0a23a05-ba78-44d9-9e93-c835e6245f30",
"Result": "sample string 3",
"ContentItemResultTypeId": 1,
"Score": 1.1,
"DateStarted": "2025-12-04T10:26:03.0575667+00:00",
"DateCompleted": "2025-12-04T10:26:03.0575667+00:00",
"Created": "2025-12-04T10:26:03.0575667+00:00",
"LastUpdated": "2025-12-04T10:26:03.0575667+00:00"
},
{
"Id": "4435cf7d-2c8e-413e-ae06-3a3f72e4a955",
"ClassType": 0,
"TeacherId": "0471d9d8-0847-4e48-bd2b-651e9b0f5b19",
"StudentId": "f0a23a05-ba78-44d9-9e93-c835e6245f30",
"Result": "sample string 3",
"ContentItemResultTypeId": 1,
"Score": 1.1,
"DateStarted": "2025-12-04T10:26:03.0575667+00:00",
"DateCompleted": "2025-12-04T10:26:03.0575667+00:00",
"Created": "2025-12-04T10:26:03.0575667+00:00",
"LastUpdated": "2025-12-04T10:26:03.0575667+00:00"
}
]
}