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": "3283eb69-156f-4180-bb54-df6ffd69f1a4",
"TeacherId": "dfdca1e8-6a16-4625-b64b-79d0bf7eb3f0",
"RegistrationId": "eba8c3e2-de4f-4512-8110-f418521f6e87",
"ItemResultsViewModel": [
{
"RatingSchemaPartItemId": "ac247acb-8a20-40df-a705-fa867309eda4",
"Name": "sample string 2",
"Result": 3,
"Number": 1
},
{
"RatingSchemaPartItemId": "ac247acb-8a20-40df-a705-fa867309eda4",
"Name": "sample string 2",
"Result": 3,
"Number": 1
}
]
},
{
"StudentId": "3283eb69-156f-4180-bb54-df6ffd69f1a4",
"TeacherId": "dfdca1e8-6a16-4625-b64b-79d0bf7eb3f0",
"RegistrationId": "eba8c3e2-de4f-4512-8110-f418521f6e87",
"ItemResultsViewModel": [
{
"RatingSchemaPartItemId": "ac247acb-8a20-40df-a705-fa867309eda4",
"Name": "sample string 2",
"Result": 3,
"Number": 1
},
{
"RatingSchemaPartItemId": "ac247acb-8a20-40df-a705-fa867309eda4",
"Name": "sample string 2",
"Result": 3,
"Number": 1
}
]
}
],
"Results": [
{
"Id": "95feed91-29f6-4ede-8fa5-21b811a0fd7f",
"ClassType": 0,
"TeacherId": "afd0a818-4439-4654-aa57-0f8535f4478d",
"StudentId": "447e4172-d7d1-4b03-9fb1-4661cc290666",
"Result": "sample string 3",
"ContentItemResultTypeId": 1,
"Score": 1.1,
"DateStarted": "2026-08-08T06:46:59.3949863+00:00",
"DateCompleted": "2026-08-08T06:46:59.3949863+00:00",
"Created": "2026-08-08T06:46:59.3949863+00:00",
"LastUpdated": "2026-08-08T06:46:59.3949863+00:00"
},
{
"Id": "95feed91-29f6-4ede-8fa5-21b811a0fd7f",
"ClassType": 0,
"TeacherId": "afd0a818-4439-4654-aa57-0f8535f4478d",
"StudentId": "447e4172-d7d1-4b03-9fb1-4661cc290666",
"Result": "sample string 3",
"ContentItemResultTypeId": 1,
"Score": 1.1,
"DateStarted": "2026-08-08T06:46:59.3949863+00:00",
"DateCompleted": "2026-08-08T06:46:59.3949863+00:00",
"Created": "2026-08-08T06:46:59.3949863+00:00",
"LastUpdated": "2026-08-08T06:46:59.3949863+00:00"
}
]
}