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": "0618c37e-5f7c-42c4-9322-18b2b552cfc7",
"TeacherId": "c56da38e-35d2-4996-8eb0-64677e1ecb24",
"RegistrationId": "553f5f3c-4832-4251-b3b4-804f79ff23f8",
"ItemResultsViewModel": [
{
"RatingSchemaPartItemId": "3440cfa5-d720-40fd-bb9d-5f35c501a011",
"Name": "sample string 2",
"Result": 3,
"Number": 1
},
{
"RatingSchemaPartItemId": "3440cfa5-d720-40fd-bb9d-5f35c501a011",
"Name": "sample string 2",
"Result": 3,
"Number": 1
}
]
},
{
"StudentId": "0618c37e-5f7c-42c4-9322-18b2b552cfc7",
"TeacherId": "c56da38e-35d2-4996-8eb0-64677e1ecb24",
"RegistrationId": "553f5f3c-4832-4251-b3b4-804f79ff23f8",
"ItemResultsViewModel": [
{
"RatingSchemaPartItemId": "3440cfa5-d720-40fd-bb9d-5f35c501a011",
"Name": "sample string 2",
"Result": 3,
"Number": 1
},
{
"RatingSchemaPartItemId": "3440cfa5-d720-40fd-bb9d-5f35c501a011",
"Name": "sample string 2",
"Result": 3,
"Number": 1
}
]
}
],
"Results": [
{
"Id": "05e4b6bd-9949-413b-abbb-16bbbdd303bd",
"ClassType": 0,
"TeacherId": "b90f0e75-6777-482f-b9e1-adc74b87ef80",
"StudentId": "f4c2772d-233e-435b-afbe-e103ebaf9883",
"Result": "sample string 3",
"ContentItemResultTypeId": 1,
"Score": 1.1,
"DateStarted": "2026-03-31T06:14:07.6472364+00:00",
"DateCompleted": "2026-03-31T06:14:07.6472364+00:00",
"Created": "2026-03-31T06:14:07.6472364+00:00",
"LastUpdated": "2026-03-31T06:14:07.6472364+00:00"
},
{
"Id": "05e4b6bd-9949-413b-abbb-16bbbdd303bd",
"ClassType": 0,
"TeacherId": "b90f0e75-6777-482f-b9e1-adc74b87ef80",
"StudentId": "f4c2772d-233e-435b-afbe-e103ebaf9883",
"Result": "sample string 3",
"ContentItemResultTypeId": 1,
"Score": 1.1,
"DateStarted": "2026-03-31T06:14:07.6472364+00:00",
"DateCompleted": "2026-03-31T06:14:07.6472364+00:00",
"Created": "2026-03-31T06:14:07.6472364+00:00",
"LastUpdated": "2026-03-31T06:14:07.6472364+00:00"
}
]
}