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": "5d9ff714-f6ae-40ba-a894-463da4a06cda",
      "TeacherId": "15a8bfef-7953-448e-b2c4-ac339f97f90b",
      "RegistrationId": "2698aa46-2f1a-467f-b916-ed4128a97aef",
      "ItemResultsViewModel": [
        {
          "RatingSchemaPartItemId": "9aaa3b9e-f8ef-4edf-a57f-22b753e9a26b",
          "Name": "sample string 2",
          "Result": 3,
          "Number": 1
        },
        {
          "RatingSchemaPartItemId": "9aaa3b9e-f8ef-4edf-a57f-22b753e9a26b",
          "Name": "sample string 2",
          "Result": 3,
          "Number": 1
        }
      ]
    },
    {
      "StudentId": "5d9ff714-f6ae-40ba-a894-463da4a06cda",
      "TeacherId": "15a8bfef-7953-448e-b2c4-ac339f97f90b",
      "RegistrationId": "2698aa46-2f1a-467f-b916-ed4128a97aef",
      "ItemResultsViewModel": [
        {
          "RatingSchemaPartItemId": "9aaa3b9e-f8ef-4edf-a57f-22b753e9a26b",
          "Name": "sample string 2",
          "Result": 3,
          "Number": 1
        },
        {
          "RatingSchemaPartItemId": "9aaa3b9e-f8ef-4edf-a57f-22b753e9a26b",
          "Name": "sample string 2",
          "Result": 3,
          "Number": 1
        }
      ]
    }
  ],
  "Results": [
    {
      "Id": "8b939ff8-a4df-4c85-a310-866a40422657",
      "ClassType": 0,
      "TeacherId": "24682bf3-8934-40c6-8ad2-a28b5d8dcd7f",
      "StudentId": "d1ce169c-3e2b-4d16-b648-340013ddfb94",
      "Result": "sample string 3",
      "ContentItemResultTypeId": 1,
      "Score": 1.1,
      "DateStarted": "2025-08-31T21:06:54.3351949+00:00",
      "DateCompleted": "2025-08-31T21:06:54.3351949+00:00",
      "Created": "2025-08-31T21:06:54.3351949+00:00",
      "LastUpdated": "2025-08-31T21:06:54.3351949+00:00"
    },
    {
      "Id": "8b939ff8-a4df-4c85-a310-866a40422657",
      "ClassType": 0,
      "TeacherId": "24682bf3-8934-40c6-8ad2-a28b5d8dcd7f",
      "StudentId": "d1ce169c-3e2b-4d16-b648-340013ddfb94",
      "Result": "sample string 3",
      "ContentItemResultTypeId": 1,
      "Score": 1.1,
      "DateStarted": "2025-08-31T21:06:54.3351949+00:00",
      "DateCompleted": "2025-08-31T21:06:54.3351949+00:00",
      "Created": "2025-08-31T21:06:54.3351949+00:00",
      "LastUpdated": "2025-08-31T21:06:54.3351949+00:00"
    }
  ]
}