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": "2cab1de6-2a7f-4088-9541-4a1545bc354a",
"TeacherId": "530d9127-0b89-4963-a3c1-94a1890225ce",
"RegistrationId": "89821019-24c1-4c53-8442-11b7cb460f89",
"ItemResultsViewModel": [
{
"RatingSchemaPartItemId": "260744e5-3a93-4811-b6ee-bc6a7aa7b414",
"Name": "sample string 2",
"Result": 3,
"Number": 1
},
{
"RatingSchemaPartItemId": "260744e5-3a93-4811-b6ee-bc6a7aa7b414",
"Name": "sample string 2",
"Result": 3,
"Number": 1
}
]
},
{
"StudentId": "2cab1de6-2a7f-4088-9541-4a1545bc354a",
"TeacherId": "530d9127-0b89-4963-a3c1-94a1890225ce",
"RegistrationId": "89821019-24c1-4c53-8442-11b7cb460f89",
"ItemResultsViewModel": [
{
"RatingSchemaPartItemId": "260744e5-3a93-4811-b6ee-bc6a7aa7b414",
"Name": "sample string 2",
"Result": 3,
"Number": 1
},
{
"RatingSchemaPartItemId": "260744e5-3a93-4811-b6ee-bc6a7aa7b414",
"Name": "sample string 2",
"Result": 3,
"Number": 1
}
]
}
],
"Results": [
{
"Id": "62bbe0e8-0f38-4eaf-80f9-7f8a602b7679",
"ClassType": 0,
"TeacherId": "99fbab78-4cf9-41f5-9c2b-c7c7e0916ad8",
"StudentId": "fb7071a2-26fd-4235-bfac-6c4fb3bd4601",
"Result": "sample string 3",
"ContentItemResultTypeId": 1,
"Score": 1.1,
"DateStarted": "2026-03-28T22:18:47.4516953+00:00",
"DateCompleted": "2026-03-28T22:18:47.4516953+00:00",
"Created": "2026-03-28T22:18:47.4516953+00:00",
"LastUpdated": "2026-03-28T22:18:47.4516953+00:00"
},
{
"Id": "62bbe0e8-0f38-4eaf-80f9-7f8a602b7679",
"ClassType": 0,
"TeacherId": "99fbab78-4cf9-41f5-9c2b-c7c7e0916ad8",
"StudentId": "fb7071a2-26fd-4235-bfac-6c4fb3bd4601",
"Result": "sample string 3",
"ContentItemResultTypeId": 1,
"Score": 1.1,
"DateStarted": "2026-03-28T22:18:47.4516953+00:00",
"DateCompleted": "2026-03-28T22:18:47.4516953+00:00",
"Created": "2026-03-28T22:18:47.4516953+00:00",
"LastUpdated": "2026-03-28T22:18:47.4516953+00:00"
}
]
}