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": "c5db31c9-668b-41fe-a63e-cc6889820577",
"TeacherId": "c4b7fff7-f4b3-4159-bb7d-7bd7dc98ead1",
"RegistrationId": "35ca6f56-1b8a-4e84-a649-6e6f53d27398",
"ItemResultsViewModel": [
{
"RatingSchemaPartItemId": "c71a725f-0f33-45fb-a904-56fa9ab72b43",
"Name": "sample string 2",
"Result": 3,
"Number": 1
},
{
"RatingSchemaPartItemId": "c71a725f-0f33-45fb-a904-56fa9ab72b43",
"Name": "sample string 2",
"Result": 3,
"Number": 1
}
]
},
{
"StudentId": "c5db31c9-668b-41fe-a63e-cc6889820577",
"TeacherId": "c4b7fff7-f4b3-4159-bb7d-7bd7dc98ead1",
"RegistrationId": "35ca6f56-1b8a-4e84-a649-6e6f53d27398",
"ItemResultsViewModel": [
{
"RatingSchemaPartItemId": "c71a725f-0f33-45fb-a904-56fa9ab72b43",
"Name": "sample string 2",
"Result": 3,
"Number": 1
},
{
"RatingSchemaPartItemId": "c71a725f-0f33-45fb-a904-56fa9ab72b43",
"Name": "sample string 2",
"Result": 3,
"Number": 1
}
]
}
],
"Results": [
{
"Id": "fd82714f-fd75-4bc9-926b-3a833e3a5f2f",
"ClassType": 0,
"TeacherId": "42601b07-362a-482f-ab31-ff5e69f981e2",
"StudentId": "19078dd9-a3e7-47f8-ae9f-9f59353f4d5c",
"Result": "sample string 3",
"ContentItemResultTypeId": 1,
"Score": 1.1,
"DateStarted": "2026-08-24T18:09:33.4924613+00:00",
"DateCompleted": "2026-08-24T18:09:33.4924613+00:00",
"Created": "2026-08-24T18:09:33.4924613+00:00",
"LastUpdated": "2026-08-24T18:09:33.4924613+00:00"
},
{
"Id": "fd82714f-fd75-4bc9-926b-3a833e3a5f2f",
"ClassType": 0,
"TeacherId": "42601b07-362a-482f-ab31-ff5e69f981e2",
"StudentId": "19078dd9-a3e7-47f8-ae9f-9f59353f4d5c",
"Result": "sample string 3",
"ContentItemResultTypeId": 1,
"Score": 1.1,
"DateStarted": "2026-08-24T18:09:33.4924613+00:00",
"DateCompleted": "2026-08-24T18:09:33.4924613+00:00",
"Created": "2026-08-24T18:09:33.4924613+00:00",
"LastUpdated": "2026-08-24T18:09:33.4924613+00:00"
}
]
}