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": "f6d7fda7-ef75-4d9b-a7bb-1e0814fb093b",
"TeacherId": "219061c8-1192-4a87-8cae-7d8979608386",
"RegistrationId": "7788c407-12f4-467c-bfdb-2fa5ade01cdd",
"ItemResultsViewModel": [
{
"RatingSchemaPartItemId": "2e7d2bb9-d3b3-40fd-be3e-b6caed11e29a",
"Name": "sample string 2",
"Result": 3,
"Number": 1
},
{
"RatingSchemaPartItemId": "2e7d2bb9-d3b3-40fd-be3e-b6caed11e29a",
"Name": "sample string 2",
"Result": 3,
"Number": 1
}
]
},
{
"StudentId": "f6d7fda7-ef75-4d9b-a7bb-1e0814fb093b",
"TeacherId": "219061c8-1192-4a87-8cae-7d8979608386",
"RegistrationId": "7788c407-12f4-467c-bfdb-2fa5ade01cdd",
"ItemResultsViewModel": [
{
"RatingSchemaPartItemId": "2e7d2bb9-d3b3-40fd-be3e-b6caed11e29a",
"Name": "sample string 2",
"Result": 3,
"Number": 1
},
{
"RatingSchemaPartItemId": "2e7d2bb9-d3b3-40fd-be3e-b6caed11e29a",
"Name": "sample string 2",
"Result": 3,
"Number": 1
}
]
}
],
"Results": [
{
"Id": "a3565450-e908-4845-9456-cf9f977f7362",
"ClassType": 0,
"TeacherId": "e4a86b85-6f82-4207-b815-f1578681b6a9",
"StudentId": "a6cc4747-54a5-4142-a238-664532255292",
"Result": "sample string 3",
"ContentItemResultTypeId": 1,
"Score": 1.1,
"DateStarted": "2026-08-02T00:00:24.2479083+00:00",
"DateCompleted": "2026-08-02T00:00:24.2479083+00:00",
"Created": "2026-08-02T00:00:24.2479083+00:00",
"LastUpdated": "2026-08-02T00:00:24.2479083+00:00"
},
{
"Id": "a3565450-e908-4845-9456-cf9f977f7362",
"ClassType": 0,
"TeacherId": "e4a86b85-6f82-4207-b815-f1578681b6a9",
"StudentId": "a6cc4747-54a5-4142-a238-664532255292",
"Result": "sample string 3",
"ContentItemResultTypeId": 1,
"Score": 1.1,
"DateStarted": "2026-08-02T00:00:24.2479083+00:00",
"DateCompleted": "2026-08-02T00:00:24.2479083+00:00",
"Created": "2026-08-02T00:00:24.2479083+00:00",
"LastUpdated": "2026-08-02T00:00:24.2479083+00:00"
}
]
}