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": "8e5ee819-077e-4d7f-8bc0-d133be4cf3ae",
"TeacherId": "06e93366-b63b-4a2e-9f93-aab4e7e00991",
"RegistrationId": "c644b2ca-214d-4bad-b78a-c81b799e5baa",
"ItemResultsViewModel": [
{
"RatingSchemaPartItemId": "64faf32d-2478-420e-81cf-3d06269a3b44",
"Name": "sample string 2",
"Result": 3,
"Number": 1
},
{
"RatingSchemaPartItemId": "64faf32d-2478-420e-81cf-3d06269a3b44",
"Name": "sample string 2",
"Result": 3,
"Number": 1
}
]
},
{
"StudentId": "8e5ee819-077e-4d7f-8bc0-d133be4cf3ae",
"TeacherId": "06e93366-b63b-4a2e-9f93-aab4e7e00991",
"RegistrationId": "c644b2ca-214d-4bad-b78a-c81b799e5baa",
"ItemResultsViewModel": [
{
"RatingSchemaPartItemId": "64faf32d-2478-420e-81cf-3d06269a3b44",
"Name": "sample string 2",
"Result": 3,
"Number": 1
},
{
"RatingSchemaPartItemId": "64faf32d-2478-420e-81cf-3d06269a3b44",
"Name": "sample string 2",
"Result": 3,
"Number": 1
}
]
}
],
"Results": [
{
"Id": "deefd931-6e2d-49d2-8e16-60681a52bcea",
"ClassType": 0,
"TeacherId": "d2df3e1d-adab-460a-bbc7-297ccb3fe7e7",
"StudentId": "ff49d078-e498-47ae-95f1-7d3c76c13821",
"Result": "sample string 3",
"ContentItemResultTypeId": 1,
"Score": 1.1,
"DateStarted": "2025-12-11T02:37:33.453349+00:00",
"DateCompleted": "2025-12-11T02:37:33.453349+00:00",
"Created": "2025-12-11T02:37:33.453349+00:00",
"LastUpdated": "2025-12-11T02:37:33.453349+00:00"
},
{
"Id": "deefd931-6e2d-49d2-8e16-60681a52bcea",
"ClassType": 0,
"TeacherId": "d2df3e1d-adab-460a-bbc7-297ccb3fe7e7",
"StudentId": "ff49d078-e498-47ae-95f1-7d3c76c13821",
"Result": "sample string 3",
"ContentItemResultTypeId": 1,
"Score": 1.1,
"DateStarted": "2025-12-11T02:37:33.453349+00:00",
"DateCompleted": "2025-12-11T02:37:33.453349+00:00",
"Created": "2025-12-11T02:37:33.453349+00:00",
"LastUpdated": "2025-12-11T02:37:33.453349+00:00"
}
]
}