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": "1688216f-7d39-423a-8f9d-6ae3bdde4049",
"TeacherId": "0467962c-5138-40bd-9067-3197ac69834d",
"RegistrationId": "fd53afb8-82f8-4cc2-a86f-ff6171dbc6a0",
"ItemResultsViewModel": [
{
"RatingSchemaPartItemId": "007ee30b-a1dd-4fa9-b2e6-343bdfc16d2a",
"Name": "sample string 2",
"Result": 3,
"Number": 1
},
{
"RatingSchemaPartItemId": "007ee30b-a1dd-4fa9-b2e6-343bdfc16d2a",
"Name": "sample string 2",
"Result": 3,
"Number": 1
}
]
},
{
"StudentId": "1688216f-7d39-423a-8f9d-6ae3bdde4049",
"TeacherId": "0467962c-5138-40bd-9067-3197ac69834d",
"RegistrationId": "fd53afb8-82f8-4cc2-a86f-ff6171dbc6a0",
"ItemResultsViewModel": [
{
"RatingSchemaPartItemId": "007ee30b-a1dd-4fa9-b2e6-343bdfc16d2a",
"Name": "sample string 2",
"Result": 3,
"Number": 1
},
{
"RatingSchemaPartItemId": "007ee30b-a1dd-4fa9-b2e6-343bdfc16d2a",
"Name": "sample string 2",
"Result": 3,
"Number": 1
}
]
}
],
"Results": [
{
"Id": "57fbe8cc-65e4-4440-acad-ae9b99dce7f6",
"ClassType": 0,
"TeacherId": "6a4e9867-94a9-4bf1-b8e5-86d80bf35117",
"StudentId": "4b80df83-3a5a-451e-a6ac-f9554f0e0446",
"Result": "sample string 3",
"ContentItemResultTypeId": 1,
"Score": 1.1,
"DateStarted": "2026-08-25T18:53:12.0271254+00:00",
"DateCompleted": "2026-08-25T18:53:12.0271254+00:00",
"Created": "2026-08-25T18:53:12.0271254+00:00",
"LastUpdated": "2026-08-25T18:53:12.0271254+00:00"
},
{
"Id": "57fbe8cc-65e4-4440-acad-ae9b99dce7f6",
"ClassType": 0,
"TeacherId": "6a4e9867-94a9-4bf1-b8e5-86d80bf35117",
"StudentId": "4b80df83-3a5a-451e-a6ac-f9554f0e0446",
"Result": "sample string 3",
"ContentItemResultTypeId": 1,
"Score": 1.1,
"DateStarted": "2026-08-25T18:53:12.0271254+00:00",
"DateCompleted": "2026-08-25T18:53:12.0271254+00:00",
"Created": "2026-08-25T18:53:12.0271254+00:00",
"LastUpdated": "2026-08-25T18:53:12.0271254+00:00"
}
]
}