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": "1fdd780b-c34d-4eb1-be8b-66d38baaf42e",
"TeacherId": "034859ff-2115-4167-8ec2-161ed7a1f032",
"RegistrationId": "dceeba83-7b49-44a8-8110-14d64732f9b3",
"ItemResultsViewModel": [
{
"RatingSchemaPartItemId": "e25ff462-c3af-4758-b8bc-f467174798fb",
"Name": "sample string 2",
"Result": 3,
"Number": 1
},
{
"RatingSchemaPartItemId": "e25ff462-c3af-4758-b8bc-f467174798fb",
"Name": "sample string 2",
"Result": 3,
"Number": 1
}
]
},
{
"StudentId": "1fdd780b-c34d-4eb1-be8b-66d38baaf42e",
"TeacherId": "034859ff-2115-4167-8ec2-161ed7a1f032",
"RegistrationId": "dceeba83-7b49-44a8-8110-14d64732f9b3",
"ItemResultsViewModel": [
{
"RatingSchemaPartItemId": "e25ff462-c3af-4758-b8bc-f467174798fb",
"Name": "sample string 2",
"Result": 3,
"Number": 1
},
{
"RatingSchemaPartItemId": "e25ff462-c3af-4758-b8bc-f467174798fb",
"Name": "sample string 2",
"Result": 3,
"Number": 1
}
]
}
],
"Results": [
{
"Id": "e95274b5-4a1e-456a-a1d3-432251e00161",
"ClassType": 0,
"TeacherId": "e5f1348d-9cdc-4235-b888-ccae43f6755a",
"StudentId": "ff5c2cd2-b472-4ade-868c-7a3d725eab89",
"Result": "sample string 3",
"ContentItemResultTypeId": 1,
"Score": 1.1,
"DateStarted": "2026-04-17T02:45:27.8222051+00:00",
"DateCompleted": "2026-04-17T02:45:27.8222051+00:00",
"Created": "2026-04-17T02:45:27.8222051+00:00",
"LastUpdated": "2026-04-17T02:45:27.8222051+00:00"
},
{
"Id": "e95274b5-4a1e-456a-a1d3-432251e00161",
"ClassType": 0,
"TeacherId": "e5f1348d-9cdc-4235-b888-ccae43f6755a",
"StudentId": "ff5c2cd2-b472-4ade-868c-7a3d725eab89",
"Result": "sample string 3",
"ContentItemResultTypeId": 1,
"Score": 1.1,
"DateStarted": "2026-04-17T02:45:27.8222051+00:00",
"DateCompleted": "2026-04-17T02:45:27.8222051+00:00",
"Created": "2026-04-17T02:45:27.8222051+00:00",
"LastUpdated": "2026-04-17T02:45:27.8222051+00:00"
}
]
}