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": "97b07680-b587-4426-8b4a-3dea67b0553f",
"TeacherId": "f24a8af5-caa0-43a7-a413-9c465824d9fd",
"RegistrationId": "cda961ed-40cd-4a5c-97dc-cf50e762ccfe",
"ItemResultsViewModel": [
{
"RatingSchemaPartItemId": "4299e096-b6be-44dd-b64c-9d5ba0d4c4e0",
"Name": "sample string 2",
"Result": 3,
"Number": 1
},
{
"RatingSchemaPartItemId": "4299e096-b6be-44dd-b64c-9d5ba0d4c4e0",
"Name": "sample string 2",
"Result": 3,
"Number": 1
}
]
},
{
"StudentId": "97b07680-b587-4426-8b4a-3dea67b0553f",
"TeacherId": "f24a8af5-caa0-43a7-a413-9c465824d9fd",
"RegistrationId": "cda961ed-40cd-4a5c-97dc-cf50e762ccfe",
"ItemResultsViewModel": [
{
"RatingSchemaPartItemId": "4299e096-b6be-44dd-b64c-9d5ba0d4c4e0",
"Name": "sample string 2",
"Result": 3,
"Number": 1
},
{
"RatingSchemaPartItemId": "4299e096-b6be-44dd-b64c-9d5ba0d4c4e0",
"Name": "sample string 2",
"Result": 3,
"Number": 1
}
]
}
],
"Results": [
{
"Id": "8910bfc8-6f77-410e-9067-95f7e5fbaf30",
"ClassType": 0,
"TeacherId": "fdd8766b-76c6-4888-b144-8a902117753b",
"StudentId": "da6120ae-4184-4fe2-835a-f06e7de8d0bf",
"Result": "sample string 3",
"ContentItemResultTypeId": 1,
"Score": 1.1,
"DateStarted": "2026-06-19T12:15:05.4436552+00:00",
"DateCompleted": "2026-06-19T12:15:05.4436552+00:00",
"Created": "2026-06-19T12:15:05.4436552+00:00",
"LastUpdated": "2026-06-19T12:15:05.4436552+00:00"
},
{
"Id": "8910bfc8-6f77-410e-9067-95f7e5fbaf30",
"ClassType": 0,
"TeacherId": "fdd8766b-76c6-4888-b144-8a902117753b",
"StudentId": "da6120ae-4184-4fe2-835a-f06e7de8d0bf",
"Result": "sample string 3",
"ContentItemResultTypeId": 1,
"Score": 1.1,
"DateStarted": "2026-06-19T12:15:05.4436552+00:00",
"DateCompleted": "2026-06-19T12:15:05.4436552+00:00",
"Created": "2026-06-19T12:15:05.4436552+00:00",
"LastUpdated": "2026-06-19T12:15:05.4436552+00:00"
}
]
}