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": "9ba7f768-54b6-4df0-8e6d-40ad9b184139",
"TeacherId": "c865a804-0396-4f24-ace9-2f6c61952e12",
"RegistrationId": "f29562fd-f469-4716-b87f-1b770c9bdbd1",
"ItemResultsViewModel": [
{
"RatingSchemaPartItemId": "9dec681f-afec-4101-972c-fcd03b62cae2",
"Name": "sample string 2",
"Result": 3,
"Number": 1
},
{
"RatingSchemaPartItemId": "9dec681f-afec-4101-972c-fcd03b62cae2",
"Name": "sample string 2",
"Result": 3,
"Number": 1
}
]
},
{
"StudentId": "9ba7f768-54b6-4df0-8e6d-40ad9b184139",
"TeacherId": "c865a804-0396-4f24-ace9-2f6c61952e12",
"RegistrationId": "f29562fd-f469-4716-b87f-1b770c9bdbd1",
"ItemResultsViewModel": [
{
"RatingSchemaPartItemId": "9dec681f-afec-4101-972c-fcd03b62cae2",
"Name": "sample string 2",
"Result": 3,
"Number": 1
},
{
"RatingSchemaPartItemId": "9dec681f-afec-4101-972c-fcd03b62cae2",
"Name": "sample string 2",
"Result": 3,
"Number": 1
}
]
}
],
"Results": [
{
"Id": "6bf4301a-83c4-4e52-8678-772b5a7c8cce",
"ClassType": 0,
"TeacherId": "58c8b75e-cedd-4c2f-9dfa-e18e0a872fbf",
"StudentId": "0dd4b5e9-c94c-41c0-b395-09a1fb95d7ef",
"Result": "sample string 3",
"ContentItemResultTypeId": 1,
"Score": 1.1,
"DateStarted": "2026-05-22T21:40:42.3556332+00:00",
"DateCompleted": "2026-05-22T21:40:42.3556332+00:00",
"Created": "2026-05-22T21:40:42.3556332+00:00",
"LastUpdated": "2026-05-22T21:40:42.3556332+00:00"
},
{
"Id": "6bf4301a-83c4-4e52-8678-772b5a7c8cce",
"ClassType": 0,
"TeacherId": "58c8b75e-cedd-4c2f-9dfa-e18e0a872fbf",
"StudentId": "0dd4b5e9-c94c-41c0-b395-09a1fb95d7ef",
"Result": "sample string 3",
"ContentItemResultTypeId": 1,
"Score": 1.1,
"DateStarted": "2026-05-22T21:40:42.3556332+00:00",
"DateCompleted": "2026-05-22T21:40:42.3556332+00:00",
"Created": "2026-05-22T21:40:42.3556332+00:00",
"LastUpdated": "2026-05-22T21:40:42.3556332+00:00"
}
]
}