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": "b83810ed-faf0-458e-bcbd-5ef006663ceb",
"TeacherId": "2ec4a526-f420-46d3-950b-750e1398f97e",
"RegistrationId": "70cd65c9-9b98-488c-a5c4-5217de593c82",
"ItemResultsViewModel": [
{
"RatingSchemaPartItemId": "3ad8998e-1586-45db-a642-877a22e8ed6a",
"Name": "sample string 2",
"Result": 3,
"Number": 1
},
{
"RatingSchemaPartItemId": "3ad8998e-1586-45db-a642-877a22e8ed6a",
"Name": "sample string 2",
"Result": 3,
"Number": 1
}
]
},
{
"StudentId": "b83810ed-faf0-458e-bcbd-5ef006663ceb",
"TeacherId": "2ec4a526-f420-46d3-950b-750e1398f97e",
"RegistrationId": "70cd65c9-9b98-488c-a5c4-5217de593c82",
"ItemResultsViewModel": [
{
"RatingSchemaPartItemId": "3ad8998e-1586-45db-a642-877a22e8ed6a",
"Name": "sample string 2",
"Result": 3,
"Number": 1
},
{
"RatingSchemaPartItemId": "3ad8998e-1586-45db-a642-877a22e8ed6a",
"Name": "sample string 2",
"Result": 3,
"Number": 1
}
]
}
],
"Results": [
{
"Id": "2a5bb7e4-9d79-4b7a-83c6-4835f085b050",
"ClassType": 0,
"TeacherId": "2ac0d5a7-ff8a-4adb-974a-2f7164a66783",
"StudentId": "3cd1c998-6a76-4712-8aa6-e964a166f299",
"Result": "sample string 3",
"ContentItemResultTypeId": 1,
"Score": 1.1,
"DateStarted": "2026-08-07T06:15:41.62241+00:00",
"DateCompleted": "2026-08-07T06:15:41.62241+00:00",
"Created": "2026-08-07T06:15:41.62241+00:00",
"LastUpdated": "2026-08-07T06:15:41.62241+00:00"
},
{
"Id": "2a5bb7e4-9d79-4b7a-83c6-4835f085b050",
"ClassType": 0,
"TeacherId": "2ac0d5a7-ff8a-4adb-974a-2f7164a66783",
"StudentId": "3cd1c998-6a76-4712-8aa6-e964a166f299",
"Result": "sample string 3",
"ContentItemResultTypeId": 1,
"Score": 1.1,
"DateStarted": "2026-08-07T06:15:41.62241+00:00",
"DateCompleted": "2026-08-07T06:15:41.62241+00:00",
"Created": "2026-08-07T06:15:41.62241+00:00",
"LastUpdated": "2026-08-07T06:15:41.62241+00:00"
}
]
}