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": "c3afeb91-e837-4ab7-ade9-5cb9898f9558",
"TeacherId": "e4f5fe34-0550-4a62-b785-14eefe1f87d4",
"RegistrationId": "232b7793-c30d-44ab-910f-f3ecf73fa769",
"ItemResultsViewModel": [
{
"RatingSchemaPartItemId": "e85203dc-83e5-4680-baf3-3da54a0795fd",
"Name": "sample string 2",
"Result": 3,
"Number": 1
},
{
"RatingSchemaPartItemId": "e85203dc-83e5-4680-baf3-3da54a0795fd",
"Name": "sample string 2",
"Result": 3,
"Number": 1
}
]
},
{
"StudentId": "c3afeb91-e837-4ab7-ade9-5cb9898f9558",
"TeacherId": "e4f5fe34-0550-4a62-b785-14eefe1f87d4",
"RegistrationId": "232b7793-c30d-44ab-910f-f3ecf73fa769",
"ItemResultsViewModel": [
{
"RatingSchemaPartItemId": "e85203dc-83e5-4680-baf3-3da54a0795fd",
"Name": "sample string 2",
"Result": 3,
"Number": 1
},
{
"RatingSchemaPartItemId": "e85203dc-83e5-4680-baf3-3da54a0795fd",
"Name": "sample string 2",
"Result": 3,
"Number": 1
}
]
}
],
"Results": [
{
"Id": "890fc759-37de-4406-bfca-8888378e8d27",
"ClassType": 0,
"TeacherId": "51c0e270-0ed9-4d3a-bcec-56a7ebee4f6d",
"StudentId": "b9ad2a2f-a7fb-4b80-a9bb-4817ad08858b",
"Result": "sample string 3",
"ContentItemResultTypeId": 1,
"Score": 1.1,
"DateStarted": "2026-05-09T08:48:52.3688529+00:00",
"DateCompleted": "2026-05-09T08:48:52.3688529+00:00",
"Created": "2026-05-09T08:48:52.3688529+00:00",
"LastUpdated": "2026-05-09T08:48:52.3688529+00:00"
},
{
"Id": "890fc759-37de-4406-bfca-8888378e8d27",
"ClassType": 0,
"TeacherId": "51c0e270-0ed9-4d3a-bcec-56a7ebee4f6d",
"StudentId": "b9ad2a2f-a7fb-4b80-a9bb-4817ad08858b",
"Result": "sample string 3",
"ContentItemResultTypeId": 1,
"Score": 1.1,
"DateStarted": "2026-05-09T08:48:52.3688529+00:00",
"DateCompleted": "2026-05-09T08:48:52.3688529+00:00",
"Created": "2026-05-09T08:48:52.3688529+00:00",
"LastUpdated": "2026-05-09T08:48:52.3688529+00:00"
}
]
}