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": "6c9b4fd1-6047-49c5-8a54-42a2efd4b7d7",
"TeacherId": "2f015c52-1708-4f35-8b5b-ba4834aa5ccf",
"RegistrationId": "60ae75ec-c7dc-489c-b10b-5a8e6b887bef",
"ItemResultsViewModel": [
{
"RatingSchemaPartItemId": "5bb3ee28-ba40-43df-9846-ef7fd7fd4834",
"Name": "sample string 2",
"Result": 3,
"Number": 1
},
{
"RatingSchemaPartItemId": "5bb3ee28-ba40-43df-9846-ef7fd7fd4834",
"Name": "sample string 2",
"Result": 3,
"Number": 1
}
]
},
{
"StudentId": "6c9b4fd1-6047-49c5-8a54-42a2efd4b7d7",
"TeacherId": "2f015c52-1708-4f35-8b5b-ba4834aa5ccf",
"RegistrationId": "60ae75ec-c7dc-489c-b10b-5a8e6b887bef",
"ItemResultsViewModel": [
{
"RatingSchemaPartItemId": "5bb3ee28-ba40-43df-9846-ef7fd7fd4834",
"Name": "sample string 2",
"Result": 3,
"Number": 1
},
{
"RatingSchemaPartItemId": "5bb3ee28-ba40-43df-9846-ef7fd7fd4834",
"Name": "sample string 2",
"Result": 3,
"Number": 1
}
]
}
],
"Results": [
{
"Id": "a69f7a46-8fb7-4117-8927-0ff5a7cbdedf",
"ClassType": 0,
"TeacherId": "1410192a-7537-4780-90de-5561809251fc",
"StudentId": "5b29b0f6-02c0-4ddf-9845-fc9d24d9e694",
"Result": "sample string 3",
"ContentItemResultTypeId": 1,
"Score": 1.1,
"DateStarted": "2026-07-19T11:10:23.5748843+00:00",
"DateCompleted": "2026-07-19T11:10:23.5748843+00:00",
"Created": "2026-07-19T11:10:23.5748843+00:00",
"LastUpdated": "2026-07-19T11:10:23.5748843+00:00"
},
{
"Id": "a69f7a46-8fb7-4117-8927-0ff5a7cbdedf",
"ClassType": 0,
"TeacherId": "1410192a-7537-4780-90de-5561809251fc",
"StudentId": "5b29b0f6-02c0-4ddf-9845-fc9d24d9e694",
"Result": "sample string 3",
"ContentItemResultTypeId": 1,
"Score": 1.1,
"DateStarted": "2026-07-19T11:10:23.5748843+00:00",
"DateCompleted": "2026-07-19T11:10:23.5748843+00:00",
"Created": "2026-07-19T11:10:23.5748843+00:00",
"LastUpdated": "2026-07-19T11:10:23.5748843+00:00"
}
]
}