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

NameDescriptionTypeAdditional information
classId

string

Required

userIdentifier

PearsonEnglish.LearningServices.Business.Helpers.UserIdentifier

Required

Body Parameters

None.

Response Information

Resource Description

PearsonEnglish.LearningServices.Wse.Models.Views.ClassResultAggregationViewModel
NameDescriptionTypeAdditional 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": "e3bebae4-527f-4120-bfbe-f8034e05da6b",
      "TeacherId": "e5183a6f-eb3e-4fd7-8409-1a6a6a0ab346",
      "RegistrationId": "64b2bb70-1360-477a-9e66-813a540049cb",
      "ItemResultsViewModel": [
        {
          "RatingSchemaPartItemId": "34f5cb7f-e4f6-4b3b-b698-569e38ebb028",
          "Name": "sample string 2",
          "Result": 3,
          "Number": 1
        },
        {
          "RatingSchemaPartItemId": "34f5cb7f-e4f6-4b3b-b698-569e38ebb028",
          "Name": "sample string 2",
          "Result": 3,
          "Number": 1
        }
      ]
    },
    {
      "StudentId": "e3bebae4-527f-4120-bfbe-f8034e05da6b",
      "TeacherId": "e5183a6f-eb3e-4fd7-8409-1a6a6a0ab346",
      "RegistrationId": "64b2bb70-1360-477a-9e66-813a540049cb",
      "ItemResultsViewModel": [
        {
          "RatingSchemaPartItemId": "34f5cb7f-e4f6-4b3b-b698-569e38ebb028",
          "Name": "sample string 2",
          "Result": 3,
          "Number": 1
        },
        {
          "RatingSchemaPartItemId": "34f5cb7f-e4f6-4b3b-b698-569e38ebb028",
          "Name": "sample string 2",
          "Result": 3,
          "Number": 1
        }
      ]
    }
  ],
  "Results": [
    {
      "Id": "26d33f0b-2ace-4004-97a3-be7dc5d207d1",
      "ClassType": 0,
      "TeacherId": "e5010925-1802-46e1-96f4-37d578bbb0c8",
      "StudentId": "08954ab2-d5f3-47d9-8cb1-a01a7ea6b794",
      "Result": "sample string 3",
      "ContentItemResultTypeId": 1,
      "Score": 1.1,
      "DateStarted": "2026-04-04T13:34:03.3439912+00:00",
      "DateCompleted": "2026-04-04T13:34:03.3439912+00:00",
      "Created": "2026-04-04T13:34:03.3439912+00:00",
      "LastUpdated": "2026-04-04T13:34:03.3439912+00:00"
    },
    {
      "Id": "26d33f0b-2ace-4004-97a3-be7dc5d207d1",
      "ClassType": 0,
      "TeacherId": "e5010925-1802-46e1-96f4-37d578bbb0c8",
      "StudentId": "08954ab2-d5f3-47d9-8cb1-a01a7ea6b794",
      "Result": "sample string 3",
      "ContentItemResultTypeId": 1,
      "Score": 1.1,
      "DateStarted": "2026-04-04T13:34:03.3439912+00:00",
      "DateCompleted": "2026-04-04T13:34:03.3439912+00:00",
      "Created": "2026-04-04T13:34:03.3439912+00:00",
      "LastUpdated": "2026-04-04T13:34:03.3439912+00:00"
    }
  ]
}