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": "a9e2ed61-32ef-4eb8-b588-642acd66587d",
"TeacherId": "3a5c79ee-13f8-43c6-9f9a-11cabc6ae664",
"RegistrationId": "600c6d30-2214-4c81-999d-8396bbd45af4",
"ItemResultsViewModel": [
{
"RatingSchemaPartItemId": "43ac099f-2871-4f11-913d-bf15b7cd7ff4",
"Name": "sample string 2",
"Result": 3,
"Number": 1
},
{
"RatingSchemaPartItemId": "43ac099f-2871-4f11-913d-bf15b7cd7ff4",
"Name": "sample string 2",
"Result": 3,
"Number": 1
}
]
},
{
"StudentId": "a9e2ed61-32ef-4eb8-b588-642acd66587d",
"TeacherId": "3a5c79ee-13f8-43c6-9f9a-11cabc6ae664",
"RegistrationId": "600c6d30-2214-4c81-999d-8396bbd45af4",
"ItemResultsViewModel": [
{
"RatingSchemaPartItemId": "43ac099f-2871-4f11-913d-bf15b7cd7ff4",
"Name": "sample string 2",
"Result": 3,
"Number": 1
},
{
"RatingSchemaPartItemId": "43ac099f-2871-4f11-913d-bf15b7cd7ff4",
"Name": "sample string 2",
"Result": 3,
"Number": 1
}
]
}
],
"Results": [
{
"Id": "e91d5a81-5109-4361-b71c-8e3a012fb17d",
"ClassType": 0,
"TeacherId": "8500c11a-d8a8-4d7a-9e6f-4b2dc25cb829",
"StudentId": "702841d7-a156-4147-838d-e80b077ac73d",
"Result": "sample string 3",
"ContentItemResultTypeId": 1,
"Score": 1.1,
"DateStarted": "2025-12-01T18:09:33.3129506+00:00",
"DateCompleted": "2025-12-01T18:09:33.3129506+00:00",
"Created": "2025-12-01T18:09:33.3129506+00:00",
"LastUpdated": "2025-12-01T18:09:33.3129506+00:00"
},
{
"Id": "e91d5a81-5109-4361-b71c-8e3a012fb17d",
"ClassType": 0,
"TeacherId": "8500c11a-d8a8-4d7a-9e6f-4b2dc25cb829",
"StudentId": "702841d7-a156-4147-838d-e80b077ac73d",
"Result": "sample string 3",
"ContentItemResultTypeId": 1,
"Score": 1.1,
"DateStarted": "2025-12-01T18:09:33.3129506+00:00",
"DateCompleted": "2025-12-01T18:09:33.3129506+00:00",
"Created": "2025-12-01T18:09:33.3129506+00:00",
"LastUpdated": "2025-12-01T18:09:33.3129506+00:00"
}
]
}