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": "56a8b326-2632-4f88-8e0d-ec138ee0b0e1",
      "TeacherId": "fd3afee5-0c42-4383-a7ad-0441c645d545",
      "RegistrationId": "6a93ef3a-d055-42cf-a62b-ea5c3d0d6ad3",
      "ItemResultsViewModel": [
        {
          "RatingSchemaPartItemId": "d59028c4-511e-4d0d-a040-d7b3590eaed1",
          "Name": "sample string 2",
          "Result": 3,
          "Number": 1
        },
        {
          "RatingSchemaPartItemId": "d59028c4-511e-4d0d-a040-d7b3590eaed1",
          "Name": "sample string 2",
          "Result": 3,
          "Number": 1
        }
      ]
    },
    {
      "StudentId": "56a8b326-2632-4f88-8e0d-ec138ee0b0e1",
      "TeacherId": "fd3afee5-0c42-4383-a7ad-0441c645d545",
      "RegistrationId": "6a93ef3a-d055-42cf-a62b-ea5c3d0d6ad3",
      "ItemResultsViewModel": [
        {
          "RatingSchemaPartItemId": "d59028c4-511e-4d0d-a040-d7b3590eaed1",
          "Name": "sample string 2",
          "Result": 3,
          "Number": 1
        },
        {
          "RatingSchemaPartItemId": "d59028c4-511e-4d0d-a040-d7b3590eaed1",
          "Name": "sample string 2",
          "Result": 3,
          "Number": 1
        }
      ]
    }
  ],
  "Results": [
    {
      "Id": "664d19ea-71c2-4db6-991b-cbeee5b446ad",
      "ClassType": 0,
      "TeacherId": "5f52794f-0788-4844-a345-ffeac762622a",
      "StudentId": "7c0341bb-0f5b-4366-8992-26aeb40d2041",
      "Result": "sample string 3",
      "ContentItemResultTypeId": 1,
      "Score": 1.1,
      "DateStarted": "2026-03-09T17:12:01.3524563+00:00",
      "DateCompleted": "2026-03-09T17:12:01.3524563+00:00",
      "Created": "2026-03-09T17:12:01.3524563+00:00",
      "LastUpdated": "2026-03-09T17:12:01.3524563+00:00"
    },
    {
      "Id": "664d19ea-71c2-4db6-991b-cbeee5b446ad",
      "ClassType": 0,
      "TeacherId": "5f52794f-0788-4844-a345-ffeac762622a",
      "StudentId": "7c0341bb-0f5b-4366-8992-26aeb40d2041",
      "Result": "sample string 3",
      "ContentItemResultTypeId": 1,
      "Score": 1.1,
      "DateStarted": "2026-03-09T17:12:01.3524563+00:00",
      "DateCompleted": "2026-03-09T17:12:01.3524563+00:00",
      "Created": "2026-03-09T17:12:01.3524563+00:00",
      "LastUpdated": "2026-03-09T17:12:01.3524563+00:00"
    }
  ]
}