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": "96e6e51c-a247-4d61-bf7a-9c3d9c5a772c",
"TeacherId": "c10cc379-2f87-4c8f-8250-57e35dcad841",
"RegistrationId": "4a6ffd0f-1d53-4e16-a92e-48be07bc87ce",
"ItemResultsViewModel": [
{
"RatingSchemaPartItemId": "cd5b8893-b2a5-43ec-a98f-3dfe4c5e8c86",
"Name": "sample string 2",
"Result": 3,
"Number": 1
},
{
"RatingSchemaPartItemId": "cd5b8893-b2a5-43ec-a98f-3dfe4c5e8c86",
"Name": "sample string 2",
"Result": 3,
"Number": 1
}
]
},
{
"StudentId": "96e6e51c-a247-4d61-bf7a-9c3d9c5a772c",
"TeacherId": "c10cc379-2f87-4c8f-8250-57e35dcad841",
"RegistrationId": "4a6ffd0f-1d53-4e16-a92e-48be07bc87ce",
"ItemResultsViewModel": [
{
"RatingSchemaPartItemId": "cd5b8893-b2a5-43ec-a98f-3dfe4c5e8c86",
"Name": "sample string 2",
"Result": 3,
"Number": 1
},
{
"RatingSchemaPartItemId": "cd5b8893-b2a5-43ec-a98f-3dfe4c5e8c86",
"Name": "sample string 2",
"Result": 3,
"Number": 1
}
]
}
],
"Results": [
{
"Id": "2c380afa-e29e-4fce-804a-d230aa0fbe6d",
"ClassType": 0,
"TeacherId": "e8152d29-0897-45c1-91d3-e758b246997d",
"StudentId": "79578691-5f30-48e3-a393-c338ab99baf7",
"Result": "sample string 3",
"ContentItemResultTypeId": 1,
"Score": 1.1,
"DateStarted": "2026-04-04T13:32:35.1681503+00:00",
"DateCompleted": "2026-04-04T13:32:35.1681503+00:00",
"Created": "2026-04-04T13:32:35.1681503+00:00",
"LastUpdated": "2026-04-04T13:32:35.1681503+00:00"
},
{
"Id": "2c380afa-e29e-4fce-804a-d230aa0fbe6d",
"ClassType": 0,
"TeacherId": "e8152d29-0897-45c1-91d3-e758b246997d",
"StudentId": "79578691-5f30-48e3-a393-c338ab99baf7",
"Result": "sample string 3",
"ContentItemResultTypeId": 1,
"Score": 1.1,
"DateStarted": "2026-04-04T13:32:35.1681503+00:00",
"DateCompleted": "2026-04-04T13:32:35.1681503+00:00",
"Created": "2026-04-04T13:32:35.1681503+00:00",
"LastUpdated": "2026-04-04T13:32:35.1681503+00:00"
}
]
}