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": "4ad438ff-d91c-455c-b881-a364dabf4188",
"TeacherId": "d62058fc-47ba-477b-ac74-63469520c23f",
"RegistrationId": "98107814-6ec2-4b57-87a4-bd7950f396b4",
"ItemResultsViewModel": [
{
"RatingSchemaPartItemId": "4ffca126-b7c9-4cb1-9d36-49be28d27ee9",
"Name": "sample string 2",
"Result": 3,
"Number": 1
},
{
"RatingSchemaPartItemId": "4ffca126-b7c9-4cb1-9d36-49be28d27ee9",
"Name": "sample string 2",
"Result": 3,
"Number": 1
}
]
},
{
"StudentId": "4ad438ff-d91c-455c-b881-a364dabf4188",
"TeacherId": "d62058fc-47ba-477b-ac74-63469520c23f",
"RegistrationId": "98107814-6ec2-4b57-87a4-bd7950f396b4",
"ItemResultsViewModel": [
{
"RatingSchemaPartItemId": "4ffca126-b7c9-4cb1-9d36-49be28d27ee9",
"Name": "sample string 2",
"Result": 3,
"Number": 1
},
{
"RatingSchemaPartItemId": "4ffca126-b7c9-4cb1-9d36-49be28d27ee9",
"Name": "sample string 2",
"Result": 3,
"Number": 1
}
]
}
],
"Results": [
{
"Id": "29a8cd3e-70af-45c4-a1ae-560e2e465736",
"ClassType": 0,
"TeacherId": "a3c2810b-44c0-45f8-bf63-b443e6b25a91",
"StudentId": "511fddb0-5800-4189-b601-ffeb2f553282",
"Result": "sample string 3",
"ContentItemResultTypeId": 1,
"Score": 1.1,
"DateStarted": "2026-09-22T14:03:02.1185123+00:00",
"DateCompleted": "2026-09-22T14:03:02.1185123+00:00",
"Created": "2026-09-22T14:03:02.1185123+00:00",
"LastUpdated": "2026-09-22T14:03:02.1185123+00:00"
},
{
"Id": "29a8cd3e-70af-45c4-a1ae-560e2e465736",
"ClassType": 0,
"TeacherId": "a3c2810b-44c0-45f8-bf63-b443e6b25a91",
"StudentId": "511fddb0-5800-4189-b601-ffeb2f553282",
"Result": "sample string 3",
"ContentItemResultTypeId": 1,
"Score": 1.1,
"DateStarted": "2026-09-22T14:03:02.1185123+00:00",
"DateCompleted": "2026-09-22T14:03:02.1185123+00:00",
"Created": "2026-09-22T14:03:02.1185123+00:00",
"LastUpdated": "2026-09-22T14:03:02.1185123+00:00"
}
]
}