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": "e26ae84c-1b05-454e-9ef5-c60a89d5385c",
"TeacherId": "41838551-ff0d-49bc-9071-7902214aa9fe",
"RegistrationId": "8ae406ce-d83d-471b-915a-a933ae056062",
"ItemResultsViewModel": [
{
"RatingSchemaPartItemId": "bfe08041-9919-45b6-8c2a-aa7cd7783a3a",
"Name": "sample string 2",
"Result": 3,
"Number": 1
},
{
"RatingSchemaPartItemId": "bfe08041-9919-45b6-8c2a-aa7cd7783a3a",
"Name": "sample string 2",
"Result": 3,
"Number": 1
}
]
},
{
"StudentId": "e26ae84c-1b05-454e-9ef5-c60a89d5385c",
"TeacherId": "41838551-ff0d-49bc-9071-7902214aa9fe",
"RegistrationId": "8ae406ce-d83d-471b-915a-a933ae056062",
"ItemResultsViewModel": [
{
"RatingSchemaPartItemId": "bfe08041-9919-45b6-8c2a-aa7cd7783a3a",
"Name": "sample string 2",
"Result": 3,
"Number": 1
},
{
"RatingSchemaPartItemId": "bfe08041-9919-45b6-8c2a-aa7cd7783a3a",
"Name": "sample string 2",
"Result": 3,
"Number": 1
}
]
}
],
"Results": [
{
"Id": "e24ffd7a-2efc-4c74-aabf-94b1092e5912",
"ClassType": 0,
"TeacherId": "6de71543-c395-40dd-a001-5854b2d0ef41",
"StudentId": "bff70e98-67d7-4388-a74d-c26c1bf865cc",
"Result": "sample string 3",
"ContentItemResultTypeId": 1,
"Score": 1.1,
"DateStarted": "2026-09-01T23:19:44.1092473+00:00",
"DateCompleted": "2026-09-01T23:19:44.1092473+00:00",
"Created": "2026-09-01T23:19:44.1092473+00:00",
"LastUpdated": "2026-09-01T23:19:44.1092473+00:00"
},
{
"Id": "e24ffd7a-2efc-4c74-aabf-94b1092e5912",
"ClassType": 0,
"TeacherId": "6de71543-c395-40dd-a001-5854b2d0ef41",
"StudentId": "bff70e98-67d7-4388-a74d-c26c1bf865cc",
"Result": "sample string 3",
"ContentItemResultTypeId": 1,
"Score": 1.1,
"DateStarted": "2026-09-01T23:19:44.1092473+00:00",
"DateCompleted": "2026-09-01T23:19:44.1092473+00:00",
"Created": "2026-09-01T23:19:44.1092473+00:00",
"LastUpdated": "2026-09-01T23:19:44.1092473+00:00"
}
]
}