GET classes/{classId}/student/{userIdentifier}/classResults
Authorization
Access to this endpoint is granted if all following conditions are true:
- Authenticated user who is either Student
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| classId | string |
Required |
|
| userIdentifier | PearsonEnglish.LearningServices.Business.Helpers.UserIdentifier |
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": "19cc699d-3e0a-4a8d-99ed-485ed0d3d6aa",
"TeacherId": "16b98fd9-a04a-4d0c-8549-6f0719ed48ce",
"RegistrationId": "9f1fe2be-124e-4a18-8b7f-4ef25e2f47d7",
"ItemResultsViewModel": [
{
"RatingSchemaPartItemId": "9bf1c0ee-6e1b-40b7-8f77-da1ca68147e8",
"Name": "sample string 2",
"Result": 3,
"Number": 1
},
{
"RatingSchemaPartItemId": "9bf1c0ee-6e1b-40b7-8f77-da1ca68147e8",
"Name": "sample string 2",
"Result": 3,
"Number": 1
}
]
},
{
"StudentId": "19cc699d-3e0a-4a8d-99ed-485ed0d3d6aa",
"TeacherId": "16b98fd9-a04a-4d0c-8549-6f0719ed48ce",
"RegistrationId": "9f1fe2be-124e-4a18-8b7f-4ef25e2f47d7",
"ItemResultsViewModel": [
{
"RatingSchemaPartItemId": "9bf1c0ee-6e1b-40b7-8f77-da1ca68147e8",
"Name": "sample string 2",
"Result": 3,
"Number": 1
},
{
"RatingSchemaPartItemId": "9bf1c0ee-6e1b-40b7-8f77-da1ca68147e8",
"Name": "sample string 2",
"Result": 3,
"Number": 1
}
]
}
],
"Results": [
{
"Id": "8c34ccd0-dfdc-45a7-b45c-8b60605c3d7a",
"ClassType": 0,
"TeacherId": "eb280f57-a169-4d37-8ca5-bcdc3679451c",
"StudentId": "9c825776-47c5-46fd-8b96-8bb6e7adb77d",
"Result": "sample string 3",
"ContentItemResultTypeId": 1,
"Score": 1.1,
"DateStarted": "2026-03-06T18:49:18.7580344+00:00",
"DateCompleted": "2026-03-06T18:49:18.7580344+00:00",
"Created": "2026-03-06T18:49:18.7580344+00:00",
"LastUpdated": "2026-03-06T18:49:18.7580344+00:00"
},
{
"Id": "8c34ccd0-dfdc-45a7-b45c-8b60605c3d7a",
"ClassType": 0,
"TeacherId": "eb280f57-a169-4d37-8ca5-bcdc3679451c",
"StudentId": "9c825776-47c5-46fd-8b96-8bb6e7adb77d",
"Result": "sample string 3",
"ContentItemResultTypeId": 1,
"Score": 1.1,
"DateStarted": "2026-03-06T18:49:18.7580344+00:00",
"DateCompleted": "2026-03-06T18:49:18.7580344+00:00",
"Created": "2026-03-06T18:49:18.7580344+00:00",
"LastUpdated": "2026-03-06T18:49:18.7580344+00:00"
}
]
}