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": "0c575e46-870f-4a04-b9ce-4a1b6d706143",
"TeacherId": "748c40b4-25e0-4fc1-b17e-9118fb008aea",
"RegistrationId": "54e5a52f-4e88-47be-8374-d13e62066011",
"ItemResultsViewModel": [
{
"RatingSchemaPartItemId": "0c55e46c-5817-4b6c-8b7d-edc5492cffc0",
"Name": "sample string 2",
"Result": 3,
"Number": 1
},
{
"RatingSchemaPartItemId": "0c55e46c-5817-4b6c-8b7d-edc5492cffc0",
"Name": "sample string 2",
"Result": 3,
"Number": 1
}
]
},
{
"StudentId": "0c575e46-870f-4a04-b9ce-4a1b6d706143",
"TeacherId": "748c40b4-25e0-4fc1-b17e-9118fb008aea",
"RegistrationId": "54e5a52f-4e88-47be-8374-d13e62066011",
"ItemResultsViewModel": [
{
"RatingSchemaPartItemId": "0c55e46c-5817-4b6c-8b7d-edc5492cffc0",
"Name": "sample string 2",
"Result": 3,
"Number": 1
},
{
"RatingSchemaPartItemId": "0c55e46c-5817-4b6c-8b7d-edc5492cffc0",
"Name": "sample string 2",
"Result": 3,
"Number": 1
}
]
}
],
"Results": [
{
"Id": "b651cae5-fa59-4cf5-b249-34036251ae38",
"ClassType": 0,
"TeacherId": "123618d9-3d9c-4187-bf57-59fc0a7a5803",
"StudentId": "7ac36fd7-a350-437e-8040-5f5824c91753",
"Result": "sample string 3",
"ContentItemResultTypeId": 1,
"Score": 1.1,
"DateStarted": "2026-08-28T00:03:48.3148588+00:00",
"DateCompleted": "2026-08-28T00:03:48.3148588+00:00",
"Created": "2026-08-28T00:03:48.3148588+00:00",
"LastUpdated": "2026-08-28T00:03:48.3148588+00:00"
},
{
"Id": "b651cae5-fa59-4cf5-b249-34036251ae38",
"ClassType": 0,
"TeacherId": "123618d9-3d9c-4187-bf57-59fc0a7a5803",
"StudentId": "7ac36fd7-a350-437e-8040-5f5824c91753",
"Result": "sample string 3",
"ContentItemResultTypeId": 1,
"Score": 1.1,
"DateStarted": "2026-08-28T00:03:48.3148588+00:00",
"DateCompleted": "2026-08-28T00:03:48.3148588+00:00",
"Created": "2026-08-28T00:03:48.3148588+00:00",
"LastUpdated": "2026-08-28T00:03:48.3148588+00:00"
}
]
}