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": "5bda0bac-99e1-46cd-9ca4-66cf6b8191a1",
"TeacherId": "65d612a9-2bcf-42a8-9aed-c9b46dec70a5",
"RegistrationId": "fa1357d7-a8a8-4a14-9571-81c6f6de59d8",
"ItemResultsViewModel": [
{
"RatingSchemaPartItemId": "3fa58885-39ba-424b-b128-69a840b0e679",
"Name": "sample string 2",
"Result": 3,
"Number": 1
},
{
"RatingSchemaPartItemId": "3fa58885-39ba-424b-b128-69a840b0e679",
"Name": "sample string 2",
"Result": 3,
"Number": 1
}
]
},
{
"StudentId": "5bda0bac-99e1-46cd-9ca4-66cf6b8191a1",
"TeacherId": "65d612a9-2bcf-42a8-9aed-c9b46dec70a5",
"RegistrationId": "fa1357d7-a8a8-4a14-9571-81c6f6de59d8",
"ItemResultsViewModel": [
{
"RatingSchemaPartItemId": "3fa58885-39ba-424b-b128-69a840b0e679",
"Name": "sample string 2",
"Result": 3,
"Number": 1
},
{
"RatingSchemaPartItemId": "3fa58885-39ba-424b-b128-69a840b0e679",
"Name": "sample string 2",
"Result": 3,
"Number": 1
}
]
}
],
"Results": [
{
"Id": "24598261-4c31-490e-8ec6-4e43aa597f06",
"ClassType": 0,
"TeacherId": "ffbb0100-ed6a-4d62-ad13-99675c57569e",
"StudentId": "8773c468-d2ae-4d42-a4bf-44f3753af018",
"Result": "sample string 3",
"ContentItemResultTypeId": 1,
"Score": 1.1,
"DateStarted": "2026-07-30T20:24:12.6160142+00:00",
"DateCompleted": "2026-07-30T20:24:12.6160142+00:00",
"Created": "2026-07-30T20:24:12.6160142+00:00",
"LastUpdated": "2026-07-30T20:24:12.6160142+00:00"
},
{
"Id": "24598261-4c31-490e-8ec6-4e43aa597f06",
"ClassType": 0,
"TeacherId": "ffbb0100-ed6a-4d62-ad13-99675c57569e",
"StudentId": "8773c468-d2ae-4d42-a4bf-44f3753af018",
"Result": "sample string 3",
"ContentItemResultTypeId": 1,
"Score": 1.1,
"DateStarted": "2026-07-30T20:24:12.6160142+00:00",
"DateCompleted": "2026-07-30T20:24:12.6160142+00:00",
"Created": "2026-07-30T20:24:12.6160142+00:00",
"LastUpdated": "2026-07-30T20:24:12.6160142+00:00"
}
]
}