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": "e9e7afa4-2866-42be-af2a-02219a4e2e2f",
"TeacherId": "d96e14ba-f900-4f86-802d-278bc8e928f3",
"RegistrationId": "c7268930-ad64-41dc-b96c-b9e4a806d268",
"ItemResultsViewModel": [
{
"RatingSchemaPartItemId": "94132ba8-a166-4ee2-9687-87aa9234ee36",
"Name": "sample string 2",
"Result": 3,
"Number": 1
},
{
"RatingSchemaPartItemId": "94132ba8-a166-4ee2-9687-87aa9234ee36",
"Name": "sample string 2",
"Result": 3,
"Number": 1
}
]
},
{
"StudentId": "e9e7afa4-2866-42be-af2a-02219a4e2e2f",
"TeacherId": "d96e14ba-f900-4f86-802d-278bc8e928f3",
"RegistrationId": "c7268930-ad64-41dc-b96c-b9e4a806d268",
"ItemResultsViewModel": [
{
"RatingSchemaPartItemId": "94132ba8-a166-4ee2-9687-87aa9234ee36",
"Name": "sample string 2",
"Result": 3,
"Number": 1
},
{
"RatingSchemaPartItemId": "94132ba8-a166-4ee2-9687-87aa9234ee36",
"Name": "sample string 2",
"Result": 3,
"Number": 1
}
]
}
],
"Results": [
{
"Id": "b7e99445-d35d-42a9-b6f3-22ebfb010b27",
"ClassType": 0,
"TeacherId": "b3317ff7-c0a7-4754-9638-8342777da02b",
"StudentId": "445e3dc9-40bd-4179-8a3a-b61bafbf9907",
"Result": "sample string 3",
"ContentItemResultTypeId": 1,
"Score": 1.1,
"DateStarted": "2025-11-09T07:35:39.8254338+00:00",
"DateCompleted": "2025-11-09T07:35:39.8254338+00:00",
"Created": "2025-11-09T07:35:39.8254338+00:00",
"LastUpdated": "2025-11-09T07:35:39.8254338+00:00"
},
{
"Id": "b7e99445-d35d-42a9-b6f3-22ebfb010b27",
"ClassType": 0,
"TeacherId": "b3317ff7-c0a7-4754-9638-8342777da02b",
"StudentId": "445e3dc9-40bd-4179-8a3a-b61bafbf9907",
"Result": "sample string 3",
"ContentItemResultTypeId": 1,
"Score": 1.1,
"DateStarted": "2025-11-09T07:35:39.8254338+00:00",
"DateCompleted": "2025-11-09T07:35:39.8254338+00:00",
"Created": "2025-11-09T07:35:39.8254338+00:00",
"LastUpdated": "2025-11-09T07:35:39.8254338+00:00"
}
]
}