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": "33f5f4b2-7ecf-492e-8e86-c713287d4d27",
      "TeacherId": "645165dd-2bb1-47cb-8ff0-4c25b91cbe0e",
      "RegistrationId": "36b7da31-f2e1-4ca8-b1b0-f742ac289860",
      "ItemResultsViewModel": [
        {
          "RatingSchemaPartItemId": "af3f42ff-848a-4dd7-9f0a-117d66265c76",
          "Name": "sample string 2",
          "Result": 3,
          "Number": 1
        },
        {
          "RatingSchemaPartItemId": "af3f42ff-848a-4dd7-9f0a-117d66265c76",
          "Name": "sample string 2",
          "Result": 3,
          "Number": 1
        }
      ]
    },
    {
      "StudentId": "33f5f4b2-7ecf-492e-8e86-c713287d4d27",
      "TeacherId": "645165dd-2bb1-47cb-8ff0-4c25b91cbe0e",
      "RegistrationId": "36b7da31-f2e1-4ca8-b1b0-f742ac289860",
      "ItemResultsViewModel": [
        {
          "RatingSchemaPartItemId": "af3f42ff-848a-4dd7-9f0a-117d66265c76",
          "Name": "sample string 2",
          "Result": 3,
          "Number": 1
        },
        {
          "RatingSchemaPartItemId": "af3f42ff-848a-4dd7-9f0a-117d66265c76",
          "Name": "sample string 2",
          "Result": 3,
          "Number": 1
        }
      ]
    }
  ],
  "Results": [
    {
      "Id": "93d9cda3-5a55-46f1-8ed4-ca920ab84bc0",
      "ClassType": 0,
      "TeacherId": "b3967091-9b72-4dbe-bd85-5313bee5438c",
      "StudentId": "1f9a6bd9-8069-49f4-b243-9f8bd6587da0",
      "Result": "sample string 3",
      "ContentItemResultTypeId": 1,
      "Score": 1.1,
      "DateStarted": "2026-06-17T11:21:50.6411085+00:00",
      "DateCompleted": "2026-06-17T11:21:50.6411085+00:00",
      "Created": "2026-06-17T11:21:50.6411085+00:00",
      "LastUpdated": "2026-06-17T11:21:50.6411085+00:00"
    },
    {
      "Id": "93d9cda3-5a55-46f1-8ed4-ca920ab84bc0",
      "ClassType": 0,
      "TeacherId": "b3967091-9b72-4dbe-bd85-5313bee5438c",
      "StudentId": "1f9a6bd9-8069-49f4-b243-9f8bd6587da0",
      "Result": "sample string 3",
      "ContentItemResultTypeId": 1,
      "Score": 1.1,
      "DateStarted": "2026-06-17T11:21:50.6411085+00:00",
      "DateCompleted": "2026-06-17T11:21:50.6411085+00:00",
      "Created": "2026-06-17T11:21:50.6411085+00:00",
      "LastUpdated": "2026-06-17T11:21:50.6411085+00:00"
    }
  ]
}