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": "9ae205e0-7b2a-408a-91b5-9eff375fec44",
      "TeacherId": "df895c5f-dffc-4b84-9e3b-c5c3926ecbf0",
      "RegistrationId": "a7a48fa5-4495-461b-949b-988c2f0284e2",
      "ItemResultsViewModel": [
        {
          "RatingSchemaPartItemId": "42005fe1-3a7b-492b-9b5b-98ee824c0770",
          "Name": "sample string 2",
          "Result": 3,
          "Number": 1
        },
        {
          "RatingSchemaPartItemId": "42005fe1-3a7b-492b-9b5b-98ee824c0770",
          "Name": "sample string 2",
          "Result": 3,
          "Number": 1
        }
      ]
    },
    {
      "StudentId": "9ae205e0-7b2a-408a-91b5-9eff375fec44",
      "TeacherId": "df895c5f-dffc-4b84-9e3b-c5c3926ecbf0",
      "RegistrationId": "a7a48fa5-4495-461b-949b-988c2f0284e2",
      "ItemResultsViewModel": [
        {
          "RatingSchemaPartItemId": "42005fe1-3a7b-492b-9b5b-98ee824c0770",
          "Name": "sample string 2",
          "Result": 3,
          "Number": 1
        },
        {
          "RatingSchemaPartItemId": "42005fe1-3a7b-492b-9b5b-98ee824c0770",
          "Name": "sample string 2",
          "Result": 3,
          "Number": 1
        }
      ]
    }
  ],
  "Results": [
    {
      "Id": "e565b37e-6efa-447f-8fc1-709de75e49ea",
      "ClassType": 0,
      "TeacherId": "7e613cc8-016c-4858-bb4e-d69312b7f98d",
      "StudentId": "df01b717-cc21-47aa-b94d-2d01de5c2330",
      "Result": "sample string 3",
      "ContentItemResultTypeId": 1,
      "Score": 1.1,
      "DateStarted": "2026-02-15T09:03:38.3884333+00:00",
      "DateCompleted": "2026-02-15T09:03:38.3884333+00:00",
      "Created": "2026-02-15T09:03:38.3884333+00:00",
      "LastUpdated": "2026-02-15T09:03:38.3884333+00:00"
    },
    {
      "Id": "e565b37e-6efa-447f-8fc1-709de75e49ea",
      "ClassType": 0,
      "TeacherId": "7e613cc8-016c-4858-bb4e-d69312b7f98d",
      "StudentId": "df01b717-cc21-47aa-b94d-2d01de5c2330",
      "Result": "sample string 3",
      "ContentItemResultTypeId": 1,
      "Score": 1.1,
      "DateStarted": "2026-02-15T09:03:38.3884333+00:00",
      "DateCompleted": "2026-02-15T09:03:38.3884333+00:00",
      "Created": "2026-02-15T09:03:38.3884333+00:00",
      "LastUpdated": "2026-02-15T09:03:38.3884333+00:00"
    }
  ]
}