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": "6bae3324-5d1b-4405-828b-49da7868812c",
"TeacherId": "f8f68dac-19c6-463b-b41c-81401282d75c",
"RegistrationId": "8c722772-2ebf-4abf-bb6a-c69fb28d8034",
"ItemResultsViewModel": [
{
"RatingSchemaPartItemId": "41bb31f7-ac70-4c8c-96a9-7d321b389535",
"Name": "sample string 2",
"Result": 3,
"Number": 1
},
{
"RatingSchemaPartItemId": "41bb31f7-ac70-4c8c-96a9-7d321b389535",
"Name": "sample string 2",
"Result": 3,
"Number": 1
}
]
},
{
"StudentId": "6bae3324-5d1b-4405-828b-49da7868812c",
"TeacherId": "f8f68dac-19c6-463b-b41c-81401282d75c",
"RegistrationId": "8c722772-2ebf-4abf-bb6a-c69fb28d8034",
"ItemResultsViewModel": [
{
"RatingSchemaPartItemId": "41bb31f7-ac70-4c8c-96a9-7d321b389535",
"Name": "sample string 2",
"Result": 3,
"Number": 1
},
{
"RatingSchemaPartItemId": "41bb31f7-ac70-4c8c-96a9-7d321b389535",
"Name": "sample string 2",
"Result": 3,
"Number": 1
}
]
}
],
"Results": [
{
"Id": "46b60e7d-87b6-4b1c-b6f4-dd43eed28ec8",
"ClassType": 0,
"TeacherId": "18e64cdd-6233-40ad-9112-c4589dab6519",
"StudentId": "721980dd-9df6-4ff4-86c3-1ff00db32167",
"Result": "sample string 3",
"ContentItemResultTypeId": 1,
"Score": 1.1,
"DateStarted": "2026-07-31T23:19:04.5589037+00:00",
"DateCompleted": "2026-07-31T23:19:04.5589037+00:00",
"Created": "2026-07-31T23:19:04.5589037+00:00",
"LastUpdated": "2026-07-31T23:19:04.5589037+00:00"
},
{
"Id": "46b60e7d-87b6-4b1c-b6f4-dd43eed28ec8",
"ClassType": 0,
"TeacherId": "18e64cdd-6233-40ad-9112-c4589dab6519",
"StudentId": "721980dd-9df6-4ff4-86c3-1ff00db32167",
"Result": "sample string 3",
"ContentItemResultTypeId": 1,
"Score": 1.1,
"DateStarted": "2026-07-31T23:19:04.5589037+00:00",
"DateCompleted": "2026-07-31T23:19:04.5589037+00:00",
"Created": "2026-07-31T23:19:04.5589037+00:00",
"LastUpdated": "2026-07-31T23:19:04.5589037+00:00"
}
]
}