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": "987455f3-69f2-4ac9-b1a3-f53b45af830f",
"TeacherId": "5d9ca3a0-3921-401b-94ef-43fb64695239",
"RegistrationId": "1d7d3a32-4911-4e61-94d7-44ae41cb77ce",
"ItemResultsViewModel": [
{
"RatingSchemaPartItemId": "1d7773cf-da7f-41b7-8fbe-92e50b95455d",
"Name": "sample string 2",
"Result": 3,
"Number": 1
},
{
"RatingSchemaPartItemId": "1d7773cf-da7f-41b7-8fbe-92e50b95455d",
"Name": "sample string 2",
"Result": 3,
"Number": 1
}
]
},
{
"StudentId": "987455f3-69f2-4ac9-b1a3-f53b45af830f",
"TeacherId": "5d9ca3a0-3921-401b-94ef-43fb64695239",
"RegistrationId": "1d7d3a32-4911-4e61-94d7-44ae41cb77ce",
"ItemResultsViewModel": [
{
"RatingSchemaPartItemId": "1d7773cf-da7f-41b7-8fbe-92e50b95455d",
"Name": "sample string 2",
"Result": 3,
"Number": 1
},
{
"RatingSchemaPartItemId": "1d7773cf-da7f-41b7-8fbe-92e50b95455d",
"Name": "sample string 2",
"Result": 3,
"Number": 1
}
]
}
],
"Results": [
{
"Id": "a0f17c95-d6af-4b18-b27d-4a950b7f1189",
"ClassType": 0,
"TeacherId": "951e5d93-3aaf-46dd-8265-a8d974186696",
"StudentId": "a5c744b5-12fb-4237-8e54-717ca89f7ed5",
"Result": "sample string 3",
"ContentItemResultTypeId": 1,
"Score": 1.1,
"DateStarted": "2026-06-20T12:20:31.4241457+00:00",
"DateCompleted": "2026-06-20T12:20:31.4241457+00:00",
"Created": "2026-06-20T12:20:31.4241457+00:00",
"LastUpdated": "2026-06-20T12:20:31.4241457+00:00"
},
{
"Id": "a0f17c95-d6af-4b18-b27d-4a950b7f1189",
"ClassType": 0,
"TeacherId": "951e5d93-3aaf-46dd-8265-a8d974186696",
"StudentId": "a5c744b5-12fb-4237-8e54-717ca89f7ed5",
"Result": "sample string 3",
"ContentItemResultTypeId": 1,
"Score": 1.1,
"DateStarted": "2026-06-20T12:20:31.4241457+00:00",
"DateCompleted": "2026-06-20T12:20:31.4241457+00:00",
"Created": "2026-06-20T12:20:31.4241457+00:00",
"LastUpdated": "2026-06-20T12:20:31.4241457+00:00"
}
]
}