GET classes/{classId}/classResults

Authorization

Access to this endpoint is granted if all following conditions are true:

  • Authenticated user passes at least one of the following conditions: Authenticated user is a staff member and is assigned to the same center as a user who matches any student who has a result for class specified by "classId" uri parameter parameter or by content of request. Authenticated user is a staff member and is assigned to the online center as a user who matches any student who has a result for class specified by "classId" uri parameter parameter or by content of request. Authenticated user matches any student who has a result for class specified by "classId" uri parameter parameter or by content of request.
  • Authenticated user who is either StaffMember

Request Information

URI Parameters

NameDescriptionTypeAdditional information
classId

string

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": "3841e969-f7fb-4eda-b2f3-17f652f9bb69",
      "TeacherId": "60400ef5-7e88-4f2a-b878-32da588ae025",
      "RegistrationId": "ffb2ae01-b97d-42eb-a02f-b4ff3d4653cd",
      "ItemResultsViewModel": [
        {
          "RatingSchemaPartItemId": "33744afa-b92a-41a9-b1a1-52f9b2d1811d",
          "Name": "sample string 2",
          "Result": 3,
          "Number": 1
        },
        {
          "RatingSchemaPartItemId": "33744afa-b92a-41a9-b1a1-52f9b2d1811d",
          "Name": "sample string 2",
          "Result": 3,
          "Number": 1
        }
      ]
    },
    {
      "StudentId": "3841e969-f7fb-4eda-b2f3-17f652f9bb69",
      "TeacherId": "60400ef5-7e88-4f2a-b878-32da588ae025",
      "RegistrationId": "ffb2ae01-b97d-42eb-a02f-b4ff3d4653cd",
      "ItemResultsViewModel": [
        {
          "RatingSchemaPartItemId": "33744afa-b92a-41a9-b1a1-52f9b2d1811d",
          "Name": "sample string 2",
          "Result": 3,
          "Number": 1
        },
        {
          "RatingSchemaPartItemId": "33744afa-b92a-41a9-b1a1-52f9b2d1811d",
          "Name": "sample string 2",
          "Result": 3,
          "Number": 1
        }
      ]
    }
  ],
  "Results": [
    {
      "Id": "83b15a74-8ab7-41b7-b13e-d3443835a8d8",
      "ClassType": 0,
      "TeacherId": "386b60c1-a6ee-4834-aec4-790896d6f1ee",
      "StudentId": "fe07fd9c-5912-40a8-bcf4-680f2c3e9302",
      "Result": "sample string 3",
      "ContentItemResultTypeId": 1,
      "Score": 1.1,
      "DateStarted": "2026-07-09T01:03:26.3583046+00:00",
      "DateCompleted": "2026-07-09T01:03:26.3583046+00:00",
      "Created": "2026-07-09T01:03:26.3583046+00:00",
      "LastUpdated": "2026-07-09T01:03:26.3583046+00:00"
    },
    {
      "Id": "83b15a74-8ab7-41b7-b13e-d3443835a8d8",
      "ClassType": 0,
      "TeacherId": "386b60c1-a6ee-4834-aec4-790896d6f1ee",
      "StudentId": "fe07fd9c-5912-40a8-bcf4-680f2c3e9302",
      "Result": "sample string 3",
      "ContentItemResultTypeId": 1,
      "Score": 1.1,
      "DateStarted": "2026-07-09T01:03:26.3583046+00:00",
      "DateCompleted": "2026-07-09T01:03:26.3583046+00:00",
      "Created": "2026-07-09T01:03:26.3583046+00:00",
      "LastUpdated": "2026-07-09T01:03:26.3583046+00:00"
    }
  ]
}