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": "87324eec-f856-42f9-812c-9f3c142930be",
"TeacherId": "473a2db5-9202-4bc1-96b2-4ec19fa25b86",
"RegistrationId": "42592e54-e609-454d-b0ca-00d787591634",
"ItemResultsViewModel": [
{
"RatingSchemaPartItemId": "175d6f4a-f068-41e0-9258-fc622265ac21",
"Name": "sample string 2",
"Result": 3,
"Number": 1
},
{
"RatingSchemaPartItemId": "175d6f4a-f068-41e0-9258-fc622265ac21",
"Name": "sample string 2",
"Result": 3,
"Number": 1
}
]
},
{
"StudentId": "87324eec-f856-42f9-812c-9f3c142930be",
"TeacherId": "473a2db5-9202-4bc1-96b2-4ec19fa25b86",
"RegistrationId": "42592e54-e609-454d-b0ca-00d787591634",
"ItemResultsViewModel": [
{
"RatingSchemaPartItemId": "175d6f4a-f068-41e0-9258-fc622265ac21",
"Name": "sample string 2",
"Result": 3,
"Number": 1
},
{
"RatingSchemaPartItemId": "175d6f4a-f068-41e0-9258-fc622265ac21",
"Name": "sample string 2",
"Result": 3,
"Number": 1
}
]
}
],
"Results": [
{
"Id": "5329ede4-4a41-431e-a449-fed1b2f3db55",
"ClassType": 0,
"TeacherId": "e83fcc5c-572b-4586-b1bd-c28a3013972d",
"StudentId": "64c82998-398c-4fae-94c3-b38093ab8610",
"Result": "sample string 3",
"ContentItemResultTypeId": 1,
"Score": 1.1,
"DateStarted": "2026-08-02T23:58:41.70608+00:00",
"DateCompleted": "2026-08-02T23:58:41.70608+00:00",
"Created": "2026-08-02T23:58:41.70608+00:00",
"LastUpdated": "2026-08-02T23:58:41.70608+00:00"
},
{
"Id": "5329ede4-4a41-431e-a449-fed1b2f3db55",
"ClassType": 0,
"TeacherId": "e83fcc5c-572b-4586-b1bd-c28a3013972d",
"StudentId": "64c82998-398c-4fae-94c3-b38093ab8610",
"Result": "sample string 3",
"ContentItemResultTypeId": 1,
"Score": 1.1,
"DateStarted": "2026-08-02T23:58:41.70608+00:00",
"DateCompleted": "2026-08-02T23:58:41.70608+00:00",
"Created": "2026-08-02T23:58:41.70608+00:00",
"LastUpdated": "2026-08-02T23:58:41.70608+00:00"
}
]
}