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": "6eb35237-6f9b-47c9-9091-c181c7127fb6",
      "TeacherId": "e0936a70-602d-42c0-8ed5-92ba38662aac",
      "RegistrationId": "6b0175b5-ff5f-4f7e-8555-ca6003e4d195",
      "ItemResultsViewModel": [
        {
          "RatingSchemaPartItemId": "ad42fb03-2b08-4e83-9f0b-88ad844fc2ba",
          "Name": "sample string 2",
          "Result": 3,
          "Number": 1
        },
        {
          "RatingSchemaPartItemId": "ad42fb03-2b08-4e83-9f0b-88ad844fc2ba",
          "Name": "sample string 2",
          "Result": 3,
          "Number": 1
        }
      ]
    },
    {
      "StudentId": "6eb35237-6f9b-47c9-9091-c181c7127fb6",
      "TeacherId": "e0936a70-602d-42c0-8ed5-92ba38662aac",
      "RegistrationId": "6b0175b5-ff5f-4f7e-8555-ca6003e4d195",
      "ItemResultsViewModel": [
        {
          "RatingSchemaPartItemId": "ad42fb03-2b08-4e83-9f0b-88ad844fc2ba",
          "Name": "sample string 2",
          "Result": 3,
          "Number": 1
        },
        {
          "RatingSchemaPartItemId": "ad42fb03-2b08-4e83-9f0b-88ad844fc2ba",
          "Name": "sample string 2",
          "Result": 3,
          "Number": 1
        }
      ]
    }
  ],
  "Results": [
    {
      "Id": "4e4aea37-b4ca-4758-9733-26be1cd6a9f5",
      "ClassType": 0,
      "TeacherId": "edca83f2-2817-4a24-9ace-ae482afbe11c",
      "StudentId": "521d6d47-a362-456d-8103-c985357e436b",
      "Result": "sample string 3",
      "ContentItemResultTypeId": 1,
      "Score": 1.1,
      "DateStarted": "2026-03-22T15:28:46.1386671+00:00",
      "DateCompleted": "2026-03-22T15:28:46.1386671+00:00",
      "Created": "2026-03-22T15:28:46.1386671+00:00",
      "LastUpdated": "2026-03-22T15:28:46.1386671+00:00"
    },
    {
      "Id": "4e4aea37-b4ca-4758-9733-26be1cd6a9f5",
      "ClassType": 0,
      "TeacherId": "edca83f2-2817-4a24-9ace-ae482afbe11c",
      "StudentId": "521d6d47-a362-456d-8103-c985357e436b",
      "Result": "sample string 3",
      "ContentItemResultTypeId": 1,
      "Score": 1.1,
      "DateStarted": "2026-03-22T15:28:46.1386671+00:00",
      "DateCompleted": "2026-03-22T15:28:46.1386671+00:00",
      "Created": "2026-03-22T15:28:46.1386671+00:00",
      "LastUpdated": "2026-03-22T15:28:46.1386671+00:00"
    }
  ]
}