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": "b8fe3bda-a11a-465b-819b-6c0d06c90603",
"TeacherId": "2aef0913-2011-490f-a333-83aab755dc55",
"RegistrationId": "52bca91f-0d97-48ab-a47a-93bfbcf5ec99",
"ItemResultsViewModel": [
{
"RatingSchemaPartItemId": "95d88eb7-fb5c-4bde-acc4-083596311d5e",
"Name": "sample string 2",
"Result": 3,
"Number": 1
},
{
"RatingSchemaPartItemId": "95d88eb7-fb5c-4bde-acc4-083596311d5e",
"Name": "sample string 2",
"Result": 3,
"Number": 1
}
]
},
{
"StudentId": "b8fe3bda-a11a-465b-819b-6c0d06c90603",
"TeacherId": "2aef0913-2011-490f-a333-83aab755dc55",
"RegistrationId": "52bca91f-0d97-48ab-a47a-93bfbcf5ec99",
"ItemResultsViewModel": [
{
"RatingSchemaPartItemId": "95d88eb7-fb5c-4bde-acc4-083596311d5e",
"Name": "sample string 2",
"Result": 3,
"Number": 1
},
{
"RatingSchemaPartItemId": "95d88eb7-fb5c-4bde-acc4-083596311d5e",
"Name": "sample string 2",
"Result": 3,
"Number": 1
}
]
}
],
"Results": [
{
"Id": "4637674e-63b7-402a-b128-7eef73d07886",
"ClassType": 0,
"TeacherId": "3bee4e95-b699-4347-a1ae-3326540a00f6",
"StudentId": "7a7ea84e-dcf0-44f7-bdb0-5e76f33d23f3",
"Result": "sample string 3",
"ContentItemResultTypeId": 1,
"Score": 1.1,
"DateStarted": "2026-08-13T23:04:43.8187509+00:00",
"DateCompleted": "2026-08-13T23:04:43.8187509+00:00",
"Created": "2026-08-13T23:04:43.8187509+00:00",
"LastUpdated": "2026-08-13T23:04:43.8187509+00:00"
},
{
"Id": "4637674e-63b7-402a-b128-7eef73d07886",
"ClassType": 0,
"TeacherId": "3bee4e95-b699-4347-a1ae-3326540a00f6",
"StudentId": "7a7ea84e-dcf0-44f7-bdb0-5e76f33d23f3",
"Result": "sample string 3",
"ContentItemResultTypeId": 1,
"Score": 1.1,
"DateStarted": "2026-08-13T23:04:43.8187509+00:00",
"DateCompleted": "2026-08-13T23:04:43.8187509+00:00",
"Created": "2026-08-13T23:04:43.8187509+00:00",
"LastUpdated": "2026-08-13T23:04:43.8187509+00:00"
}
]
}