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": "a00236db-b5e1-421c-9936-0d6ed4e1eb58",
"TeacherId": "3c03345b-eb94-4b1b-8aa8-8d458598a860",
"RegistrationId": "a6b1f5ed-e1eb-4a07-a291-216c0965ddfc",
"ItemResultsViewModel": [
{
"RatingSchemaPartItemId": "477d4366-3268-4ead-a8c4-6cf43af49abd",
"Name": "sample string 2",
"Result": 3,
"Number": 1
},
{
"RatingSchemaPartItemId": "477d4366-3268-4ead-a8c4-6cf43af49abd",
"Name": "sample string 2",
"Result": 3,
"Number": 1
}
]
},
{
"StudentId": "a00236db-b5e1-421c-9936-0d6ed4e1eb58",
"TeacherId": "3c03345b-eb94-4b1b-8aa8-8d458598a860",
"RegistrationId": "a6b1f5ed-e1eb-4a07-a291-216c0965ddfc",
"ItemResultsViewModel": [
{
"RatingSchemaPartItemId": "477d4366-3268-4ead-a8c4-6cf43af49abd",
"Name": "sample string 2",
"Result": 3,
"Number": 1
},
{
"RatingSchemaPartItemId": "477d4366-3268-4ead-a8c4-6cf43af49abd",
"Name": "sample string 2",
"Result": 3,
"Number": 1
}
]
}
],
"Results": [
{
"Id": "338ae3e7-2d46-4e6f-86e5-f93b2d065c0e",
"ClassType": 0,
"TeacherId": "55b28187-f78b-464f-b538-d3f8263c157c",
"StudentId": "4d58e160-37c5-41c7-bbac-944243cac038",
"Result": "sample string 3",
"ContentItemResultTypeId": 1,
"Score": 1.1,
"DateStarted": "2026-07-08T00:09:39.1774932+00:00",
"DateCompleted": "2026-07-08T00:09:39.1774932+00:00",
"Created": "2026-07-08T00:09:39.1774932+00:00",
"LastUpdated": "2026-07-08T00:09:39.1774932+00:00"
},
{
"Id": "338ae3e7-2d46-4e6f-86e5-f93b2d065c0e",
"ClassType": 0,
"TeacherId": "55b28187-f78b-464f-b538-d3f8263c157c",
"StudentId": "4d58e160-37c5-41c7-bbac-944243cac038",
"Result": "sample string 3",
"ContentItemResultTypeId": 1,
"Score": 1.1,
"DateStarted": "2026-07-08T00:09:39.1774932+00:00",
"DateCompleted": "2026-07-08T00:09:39.1774932+00:00",
"Created": "2026-07-08T00:09:39.1774932+00:00",
"LastUpdated": "2026-07-08T00:09:39.1774932+00:00"
}
]
}