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": "ef4cb091-284b-4bee-b5ba-595efc98dfce",
"TeacherId": "043cf188-fa6c-439d-8e9f-eb219e5f42f0",
"RegistrationId": "1407e995-5907-412f-a4fb-2cb0817f7a6c",
"ItemResultsViewModel": [
{
"RatingSchemaPartItemId": "47da674c-dbfe-480c-a696-b640271d7573",
"Name": "sample string 2",
"Result": 3,
"Number": 1
},
{
"RatingSchemaPartItemId": "47da674c-dbfe-480c-a696-b640271d7573",
"Name": "sample string 2",
"Result": 3,
"Number": 1
}
]
},
{
"StudentId": "ef4cb091-284b-4bee-b5ba-595efc98dfce",
"TeacherId": "043cf188-fa6c-439d-8e9f-eb219e5f42f0",
"RegistrationId": "1407e995-5907-412f-a4fb-2cb0817f7a6c",
"ItemResultsViewModel": [
{
"RatingSchemaPartItemId": "47da674c-dbfe-480c-a696-b640271d7573",
"Name": "sample string 2",
"Result": 3,
"Number": 1
},
{
"RatingSchemaPartItemId": "47da674c-dbfe-480c-a696-b640271d7573",
"Name": "sample string 2",
"Result": 3,
"Number": 1
}
]
}
],
"Results": [
{
"Id": "322b089c-a458-4853-bb79-6a8b3e0dd5d8",
"ClassType": 0,
"TeacherId": "67e1552c-0e58-4dbb-b1e8-e229415f9dbc",
"StudentId": "34321098-e1fe-4d8f-8f84-8e0f2f2bb90e",
"Result": "sample string 3",
"ContentItemResultTypeId": 1,
"Score": 1.1,
"DateStarted": "2026-05-15T01:37:35.3422176+00:00",
"DateCompleted": "2026-05-15T01:37:35.3422176+00:00",
"Created": "2026-05-15T01:37:35.3422176+00:00",
"LastUpdated": "2026-05-15T01:37:35.3422176+00:00"
},
{
"Id": "322b089c-a458-4853-bb79-6a8b3e0dd5d8",
"ClassType": 0,
"TeacherId": "67e1552c-0e58-4dbb-b1e8-e229415f9dbc",
"StudentId": "34321098-e1fe-4d8f-8f84-8e0f2f2bb90e",
"Result": "sample string 3",
"ContentItemResultTypeId": 1,
"Score": 1.1,
"DateStarted": "2026-05-15T01:37:35.3422176+00:00",
"DateCompleted": "2026-05-15T01:37:35.3422176+00:00",
"Created": "2026-05-15T01:37:35.3422176+00:00",
"LastUpdated": "2026-05-15T01:37:35.3422176+00:00"
}
]
}