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": "e7956785-b960-42ae-87fe-3613b6db1eaa",
"TeacherId": "b116be01-02f1-4776-84d6-5349aaedc16b",
"RegistrationId": "e349bcc9-b87a-4a9b-bba4-aeaf4b54b196",
"ItemResultsViewModel": [
{
"RatingSchemaPartItemId": "ae483890-967a-4014-8643-2752ca31de00",
"Name": "sample string 2",
"Result": 3,
"Number": 1
},
{
"RatingSchemaPartItemId": "ae483890-967a-4014-8643-2752ca31de00",
"Name": "sample string 2",
"Result": 3,
"Number": 1
}
]
},
{
"StudentId": "e7956785-b960-42ae-87fe-3613b6db1eaa",
"TeacherId": "b116be01-02f1-4776-84d6-5349aaedc16b",
"RegistrationId": "e349bcc9-b87a-4a9b-bba4-aeaf4b54b196",
"ItemResultsViewModel": [
{
"RatingSchemaPartItemId": "ae483890-967a-4014-8643-2752ca31de00",
"Name": "sample string 2",
"Result": 3,
"Number": 1
},
{
"RatingSchemaPartItemId": "ae483890-967a-4014-8643-2752ca31de00",
"Name": "sample string 2",
"Result": 3,
"Number": 1
}
]
}
],
"Results": [
{
"Id": "833c94d8-e986-407b-accf-d6740f55322b",
"ClassType": 0,
"TeacherId": "8241a951-92a7-42e7-a8c9-c5e646c42ea3",
"StudentId": "139c8c18-69eb-4c55-92db-9e88ec53ffcb",
"Result": "sample string 3",
"ContentItemResultTypeId": 1,
"Score": 1.1,
"DateStarted": "2026-03-30T14:39:36.2767652+00:00",
"DateCompleted": "2026-03-30T14:39:36.2767652+00:00",
"Created": "2026-03-30T14:39:36.2767652+00:00",
"LastUpdated": "2026-03-30T14:39:36.2767652+00:00"
},
{
"Id": "833c94d8-e986-407b-accf-d6740f55322b",
"ClassType": 0,
"TeacherId": "8241a951-92a7-42e7-a8c9-c5e646c42ea3",
"StudentId": "139c8c18-69eb-4c55-92db-9e88ec53ffcb",
"Result": "sample string 3",
"ContentItemResultTypeId": 1,
"Score": 1.1,
"DateStarted": "2026-03-30T14:39:36.2767652+00:00",
"DateCompleted": "2026-03-30T14:39:36.2767652+00:00",
"Created": "2026-03-30T14:39:36.2767652+00:00",
"LastUpdated": "2026-03-30T14:39:36.2767652+00:00"
}
]
}