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": "d18e1932-5a85-4b8f-8c87-843a1d97f4f7",
      "TeacherId": "9d7807a7-eb0d-4360-8bfd-d900d0f6eba4",
      "RegistrationId": "8d870404-bb46-4da1-8d01-be0b6191f970",
      "ItemResultsViewModel": [
        {
          "RatingSchemaPartItemId": "63606222-c285-4130-8d17-1f6ede251852",
          "Name": "sample string 2",
          "Result": 3,
          "Number": 1
        },
        {
          "RatingSchemaPartItemId": "63606222-c285-4130-8d17-1f6ede251852",
          "Name": "sample string 2",
          "Result": 3,
          "Number": 1
        }
      ]
    },
    {
      "StudentId": "d18e1932-5a85-4b8f-8c87-843a1d97f4f7",
      "TeacherId": "9d7807a7-eb0d-4360-8bfd-d900d0f6eba4",
      "RegistrationId": "8d870404-bb46-4da1-8d01-be0b6191f970",
      "ItemResultsViewModel": [
        {
          "RatingSchemaPartItemId": "63606222-c285-4130-8d17-1f6ede251852",
          "Name": "sample string 2",
          "Result": 3,
          "Number": 1
        },
        {
          "RatingSchemaPartItemId": "63606222-c285-4130-8d17-1f6ede251852",
          "Name": "sample string 2",
          "Result": 3,
          "Number": 1
        }
      ]
    }
  ],
  "Results": [
    {
      "Id": "1d6d0e33-c4df-43f1-baec-e478a19af53a",
      "ClassType": 0,
      "TeacherId": "bce51886-979f-49ec-80c5-43518d6de2f1",
      "StudentId": "227edcd8-438f-4ed7-9cf8-9a3d504d6d76",
      "Result": "sample string 3",
      "ContentItemResultTypeId": 1,
      "Score": 1.1,
      "DateStarted": "2026-02-09T16:18:00.4111344+00:00",
      "DateCompleted": "2026-02-09T16:18:00.4111344+00:00",
      "Created": "2026-02-09T16:18:00.4111344+00:00",
      "LastUpdated": "2026-02-09T16:18:00.4111344+00:00"
    },
    {
      "Id": "1d6d0e33-c4df-43f1-baec-e478a19af53a",
      "ClassType": 0,
      "TeacherId": "bce51886-979f-49ec-80c5-43518d6de2f1",
      "StudentId": "227edcd8-438f-4ed7-9cf8-9a3d504d6d76",
      "Result": "sample string 3",
      "ContentItemResultTypeId": 1,
      "Score": 1.1,
      "DateStarted": "2026-02-09T16:18:00.4111344+00:00",
      "DateCompleted": "2026-02-09T16:18:00.4111344+00:00",
      "Created": "2026-02-09T16:18:00.4111344+00:00",
      "LastUpdated": "2026-02-09T16:18:00.4111344+00:00"
    }
  ]
}