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": "b74b4ee6-2a6b-4578-b307-0c2b3c2045b0",
"TeacherId": "036ffcaf-f099-4422-b0bc-97616274a5c2",
"RegistrationId": "e8c40ccd-fb0f-467e-92af-9bbda12e426f",
"ItemResultsViewModel": [
{
"RatingSchemaPartItemId": "a42fdf5c-62f4-439b-a46d-577ceb0da94c",
"Name": "sample string 2",
"Result": 3,
"Number": 1
},
{
"RatingSchemaPartItemId": "a42fdf5c-62f4-439b-a46d-577ceb0da94c",
"Name": "sample string 2",
"Result": 3,
"Number": 1
}
]
},
{
"StudentId": "b74b4ee6-2a6b-4578-b307-0c2b3c2045b0",
"TeacherId": "036ffcaf-f099-4422-b0bc-97616274a5c2",
"RegistrationId": "e8c40ccd-fb0f-467e-92af-9bbda12e426f",
"ItemResultsViewModel": [
{
"RatingSchemaPartItemId": "a42fdf5c-62f4-439b-a46d-577ceb0da94c",
"Name": "sample string 2",
"Result": 3,
"Number": 1
},
{
"RatingSchemaPartItemId": "a42fdf5c-62f4-439b-a46d-577ceb0da94c",
"Name": "sample string 2",
"Result": 3,
"Number": 1
}
]
}
],
"Results": [
{
"Id": "fc352873-9dc7-4a1a-91b8-4da653cd5aeb",
"ClassType": 0,
"TeacherId": "73064f10-60de-4045-bfdf-e81187c04ccb",
"StudentId": "315daa2f-a08e-48e5-b9a0-7c60bdf827ef",
"Result": "sample string 3",
"ContentItemResultTypeId": 1,
"Score": 1.1,
"DateStarted": "2026-05-08T05:45:59.0950105+00:00",
"DateCompleted": "2026-05-08T05:45:59.0950105+00:00",
"Created": "2026-05-08T05:45:59.0950105+00:00",
"LastUpdated": "2026-05-08T05:45:59.0950105+00:00"
},
{
"Id": "fc352873-9dc7-4a1a-91b8-4da653cd5aeb",
"ClassType": 0,
"TeacherId": "73064f10-60de-4045-bfdf-e81187c04ccb",
"StudentId": "315daa2f-a08e-48e5-b9a0-7c60bdf827ef",
"Result": "sample string 3",
"ContentItemResultTypeId": 1,
"Score": 1.1,
"DateStarted": "2026-05-08T05:45:59.0950105+00:00",
"DateCompleted": "2026-05-08T05:45:59.0950105+00:00",
"Created": "2026-05-08T05:45:59.0950105+00:00",
"LastUpdated": "2026-05-08T05:45:59.0950105+00:00"
}
]
}