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": "f2bbbdb0-637a-433d-bb91-c43d4eaa140c",
      "TeacherId": "48d41747-356e-4d91-b7bb-a27c2e04968e",
      "RegistrationId": "809aaa3b-7ffd-4ac1-9be4-0e5129bdd824",
      "ItemResultsViewModel": [
        {
          "RatingSchemaPartItemId": "8a01d8ef-d979-47bc-aee8-cd695190a84e",
          "Name": "sample string 2",
          "Result": 3,
          "Number": 1
        },
        {
          "RatingSchemaPartItemId": "8a01d8ef-d979-47bc-aee8-cd695190a84e",
          "Name": "sample string 2",
          "Result": 3,
          "Number": 1
        }
      ]
    },
    {
      "StudentId": "f2bbbdb0-637a-433d-bb91-c43d4eaa140c",
      "TeacherId": "48d41747-356e-4d91-b7bb-a27c2e04968e",
      "RegistrationId": "809aaa3b-7ffd-4ac1-9be4-0e5129bdd824",
      "ItemResultsViewModel": [
        {
          "RatingSchemaPartItemId": "8a01d8ef-d979-47bc-aee8-cd695190a84e",
          "Name": "sample string 2",
          "Result": 3,
          "Number": 1
        },
        {
          "RatingSchemaPartItemId": "8a01d8ef-d979-47bc-aee8-cd695190a84e",
          "Name": "sample string 2",
          "Result": 3,
          "Number": 1
        }
      ]
    }
  ],
  "Results": [
    {
      "Id": "965b163f-348a-4b36-8c8e-1a14927a2906",
      "ClassType": 0,
      "TeacherId": "d2a4ab70-4464-42ff-931a-43f569dd4f78",
      "StudentId": "c04d2cc0-17bf-4bb3-aa78-e97a10e5352f",
      "Result": "sample string 3",
      "ContentItemResultTypeId": 1,
      "Score": 1.1,
      "DateStarted": "2026-01-18T16:01:50.3033447+00:00",
      "DateCompleted": "2026-01-18T16:01:50.3033447+00:00",
      "Created": "2026-01-18T16:01:50.3033447+00:00",
      "LastUpdated": "2026-01-18T16:01:50.3033447+00:00"
    },
    {
      "Id": "965b163f-348a-4b36-8c8e-1a14927a2906",
      "ClassType": 0,
      "TeacherId": "d2a4ab70-4464-42ff-931a-43f569dd4f78",
      "StudentId": "c04d2cc0-17bf-4bb3-aa78-e97a10e5352f",
      "Result": "sample string 3",
      "ContentItemResultTypeId": 1,
      "Score": 1.1,
      "DateStarted": "2026-01-18T16:01:50.3033447+00:00",
      "DateCompleted": "2026-01-18T16:01:50.3033447+00:00",
      "Created": "2026-01-18T16:01:50.3033447+00:00",
      "LastUpdated": "2026-01-18T16:01:50.3033447+00:00"
    }
  ]
}