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": "925de7af-4fa6-4406-97f3-6b044ac08499",
"TeacherId": "bda4881a-bf42-45aa-8f8b-e5ba47583df5",
"RegistrationId": "377464e2-382b-444c-9a6c-0334ce5bad9e",
"ItemResultsViewModel": [
{
"RatingSchemaPartItemId": "ad9a503a-663d-4059-bdcf-f7a89c74e7c5",
"Name": "sample string 2",
"Result": 3,
"Number": 1
},
{
"RatingSchemaPartItemId": "ad9a503a-663d-4059-bdcf-f7a89c74e7c5",
"Name": "sample string 2",
"Result": 3,
"Number": 1
}
]
},
{
"StudentId": "925de7af-4fa6-4406-97f3-6b044ac08499",
"TeacherId": "bda4881a-bf42-45aa-8f8b-e5ba47583df5",
"RegistrationId": "377464e2-382b-444c-9a6c-0334ce5bad9e",
"ItemResultsViewModel": [
{
"RatingSchemaPartItemId": "ad9a503a-663d-4059-bdcf-f7a89c74e7c5",
"Name": "sample string 2",
"Result": 3,
"Number": 1
},
{
"RatingSchemaPartItemId": "ad9a503a-663d-4059-bdcf-f7a89c74e7c5",
"Name": "sample string 2",
"Result": 3,
"Number": 1
}
]
}
],
"Results": [
{
"Id": "76eb73cb-179f-4d0a-a593-f76b1235c26c",
"ClassType": 0,
"TeacherId": "770d739d-e321-4d6a-8e2e-a1f6a295c403",
"StudentId": "215ff8b7-38d8-43a4-889f-ae1c53c8c13d",
"Result": "sample string 3",
"ContentItemResultTypeId": 1,
"Score": 1.1,
"DateStarted": "2026-04-29T06:31:35.6576176+00:00",
"DateCompleted": "2026-04-29T06:31:35.6576176+00:00",
"Created": "2026-04-29T06:31:35.6576176+00:00",
"LastUpdated": "2026-04-29T06:31:35.6576176+00:00"
},
{
"Id": "76eb73cb-179f-4d0a-a593-f76b1235c26c",
"ClassType": 0,
"TeacherId": "770d739d-e321-4d6a-8e2e-a1f6a295c403",
"StudentId": "215ff8b7-38d8-43a4-889f-ae1c53c8c13d",
"Result": "sample string 3",
"ContentItemResultTypeId": 1,
"Score": 1.1,
"DateStarted": "2026-04-29T06:31:35.6576176+00:00",
"DateCompleted": "2026-04-29T06:31:35.6576176+00:00",
"Created": "2026-04-29T06:31:35.6576176+00:00",
"LastUpdated": "2026-04-29T06:31:35.6576176+00:00"
}
]
}