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": "94c3a3a1-d49f-429c-a237-f16eb2dc3012",
"TeacherId": "c976f570-f6ef-4872-8cdb-36fe88e26576",
"RegistrationId": "d0aa6338-ae53-455e-9f1d-e3a1262586dd",
"ItemResultsViewModel": [
{
"RatingSchemaPartItemId": "09ba8048-2e51-4a37-8ad8-e783ecc6ed86",
"Name": "sample string 2",
"Result": 3,
"Number": 1
},
{
"RatingSchemaPartItemId": "09ba8048-2e51-4a37-8ad8-e783ecc6ed86",
"Name": "sample string 2",
"Result": 3,
"Number": 1
}
]
},
{
"StudentId": "94c3a3a1-d49f-429c-a237-f16eb2dc3012",
"TeacherId": "c976f570-f6ef-4872-8cdb-36fe88e26576",
"RegistrationId": "d0aa6338-ae53-455e-9f1d-e3a1262586dd",
"ItemResultsViewModel": [
{
"RatingSchemaPartItemId": "09ba8048-2e51-4a37-8ad8-e783ecc6ed86",
"Name": "sample string 2",
"Result": 3,
"Number": 1
},
{
"RatingSchemaPartItemId": "09ba8048-2e51-4a37-8ad8-e783ecc6ed86",
"Name": "sample string 2",
"Result": 3,
"Number": 1
}
]
}
],
"Results": [
{
"Id": "138b3ab8-46e1-48a1-ba1b-4695cdfbfc5d",
"ClassType": 0,
"TeacherId": "bb44f2a8-6610-4bfb-aaff-51690f0b2af6",
"StudentId": "0bebd9e1-185e-471c-ae48-f40bd6cb8d90",
"Result": "sample string 3",
"ContentItemResultTypeId": 1,
"Score": 1.1,
"DateStarted": "2026-09-13T17:10:45.4734706+00:00",
"DateCompleted": "2026-09-13T17:10:45.4734706+00:00",
"Created": "2026-09-13T17:10:45.4734706+00:00",
"LastUpdated": "2026-09-13T17:10:45.4734706+00:00"
},
{
"Id": "138b3ab8-46e1-48a1-ba1b-4695cdfbfc5d",
"ClassType": 0,
"TeacherId": "bb44f2a8-6610-4bfb-aaff-51690f0b2af6",
"StudentId": "0bebd9e1-185e-471c-ae48-f40bd6cb8d90",
"Result": "sample string 3",
"ContentItemResultTypeId": 1,
"Score": 1.1,
"DateStarted": "2026-09-13T17:10:45.4734706+00:00",
"DateCompleted": "2026-09-13T17:10:45.4734706+00:00",
"Created": "2026-09-13T17:10:45.4734706+00:00",
"LastUpdated": "2026-09-13T17:10:45.4734706+00:00"
}
]
}