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": "6d23030f-07b0-43fa-ac96-680ff834f135",
"TeacherId": "7281233f-9aed-4e11-a278-5f5a20a95ac2",
"RegistrationId": "c61c227a-3b96-4d5f-a265-df6b0d8c44e2",
"ItemResultsViewModel": [
{
"RatingSchemaPartItemId": "a9ac2bf0-125d-4c31-954d-34789084e5c5",
"Name": "sample string 2",
"Result": 3,
"Number": 1
},
{
"RatingSchemaPartItemId": "a9ac2bf0-125d-4c31-954d-34789084e5c5",
"Name": "sample string 2",
"Result": 3,
"Number": 1
}
]
},
{
"StudentId": "6d23030f-07b0-43fa-ac96-680ff834f135",
"TeacherId": "7281233f-9aed-4e11-a278-5f5a20a95ac2",
"RegistrationId": "c61c227a-3b96-4d5f-a265-df6b0d8c44e2",
"ItemResultsViewModel": [
{
"RatingSchemaPartItemId": "a9ac2bf0-125d-4c31-954d-34789084e5c5",
"Name": "sample string 2",
"Result": 3,
"Number": 1
},
{
"RatingSchemaPartItemId": "a9ac2bf0-125d-4c31-954d-34789084e5c5",
"Name": "sample string 2",
"Result": 3,
"Number": 1
}
]
}
],
"Results": [
{
"Id": "3f539dc0-a981-46f9-beb0-2ee1e23aba79",
"ClassType": 0,
"TeacherId": "3fce1205-6b43-4d4d-bf33-861134e695d0",
"StudentId": "347fc99e-7116-4e44-b693-0c78de2f57c8",
"Result": "sample string 3",
"ContentItemResultTypeId": 1,
"Score": 1.1,
"DateStarted": "2026-01-25T14:03:01.3299503+00:00",
"DateCompleted": "2026-01-25T14:03:01.3299503+00:00",
"Created": "2026-01-25T14:03:01.3299503+00:00",
"LastUpdated": "2026-01-25T14:03:01.3299503+00:00"
},
{
"Id": "3f539dc0-a981-46f9-beb0-2ee1e23aba79",
"ClassType": 0,
"TeacherId": "3fce1205-6b43-4d4d-bf33-861134e695d0",
"StudentId": "347fc99e-7116-4e44-b693-0c78de2f57c8",
"Result": "sample string 3",
"ContentItemResultTypeId": 1,
"Score": 1.1,
"DateStarted": "2026-01-25T14:03:01.3299503+00:00",
"DateCompleted": "2026-01-25T14:03:01.3299503+00:00",
"Created": "2026-01-25T14:03:01.3299503+00:00",
"LastUpdated": "2026-01-25T14:03:01.3299503+00:00"
}
]
}