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": "c6dbf1b1-13f1-4367-bf00-068ffad50df8",
      "TeacherId": "34e6d6c0-8522-4e4a-b21b-2dbd95c11594",
      "RegistrationId": "20464898-7317-48b9-9818-445a35bd0f96",
      "ItemResultsViewModel": [
        {
          "RatingSchemaPartItemId": "bdd8e556-1d5f-4a35-b635-c228eefbe1a0",
          "Name": "sample string 2",
          "Result": 3,
          "Number": 1
        },
        {
          "RatingSchemaPartItemId": "bdd8e556-1d5f-4a35-b635-c228eefbe1a0",
          "Name": "sample string 2",
          "Result": 3,
          "Number": 1
        }
      ]
    },
    {
      "StudentId": "c6dbf1b1-13f1-4367-bf00-068ffad50df8",
      "TeacherId": "34e6d6c0-8522-4e4a-b21b-2dbd95c11594",
      "RegistrationId": "20464898-7317-48b9-9818-445a35bd0f96",
      "ItemResultsViewModel": [
        {
          "RatingSchemaPartItemId": "bdd8e556-1d5f-4a35-b635-c228eefbe1a0",
          "Name": "sample string 2",
          "Result": 3,
          "Number": 1
        },
        {
          "RatingSchemaPartItemId": "bdd8e556-1d5f-4a35-b635-c228eefbe1a0",
          "Name": "sample string 2",
          "Result": 3,
          "Number": 1
        }
      ]
    }
  ],
  "Results": [
    {
      "Id": "fd6c31b1-e2e0-4ffc-8602-450020b34b46",
      "ClassType": 0,
      "TeacherId": "591a3eff-a41a-4878-86c2-87f099d8b097",
      "StudentId": "cd81df78-72ad-4d4e-87b5-1cd95f3def0b",
      "Result": "sample string 3",
      "ContentItemResultTypeId": 1,
      "Score": 1.1,
      "DateStarted": "2026-04-25T06:05:02.970127+00:00",
      "DateCompleted": "2026-04-25T06:05:02.970127+00:00",
      "Created": "2026-04-25T06:05:02.970127+00:00",
      "LastUpdated": "2026-04-25T06:05:02.970127+00:00"
    },
    {
      "Id": "fd6c31b1-e2e0-4ffc-8602-450020b34b46",
      "ClassType": 0,
      "TeacherId": "591a3eff-a41a-4878-86c2-87f099d8b097",
      "StudentId": "cd81df78-72ad-4d4e-87b5-1cd95f3def0b",
      "Result": "sample string 3",
      "ContentItemResultTypeId": 1,
      "Score": 1.1,
      "DateStarted": "2026-04-25T06:05:02.970127+00:00",
      "DateCompleted": "2026-04-25T06:05:02.970127+00:00",
      "Created": "2026-04-25T06:05:02.970127+00:00",
      "LastUpdated": "2026-04-25T06:05:02.970127+00:00"
    }
  ]
}