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": "2d2e9591-c89f-437b-bce6-b2f553d27657",
      "TeacherId": "f7923df5-1eea-4883-9a1e-53dc0b72a68e",
      "RegistrationId": "8e580789-69af-46d5-b9b3-8aad2df13286",
      "ItemResultsViewModel": [
        {
          "RatingSchemaPartItemId": "50a92f6d-b11b-4bfb-b8d0-f4ede8c43dd2",
          "Name": "sample string 2",
          "Result": 3,
          "Number": 1
        },
        {
          "RatingSchemaPartItemId": "50a92f6d-b11b-4bfb-b8d0-f4ede8c43dd2",
          "Name": "sample string 2",
          "Result": 3,
          "Number": 1
        }
      ]
    },
    {
      "StudentId": "2d2e9591-c89f-437b-bce6-b2f553d27657",
      "TeacherId": "f7923df5-1eea-4883-9a1e-53dc0b72a68e",
      "RegistrationId": "8e580789-69af-46d5-b9b3-8aad2df13286",
      "ItemResultsViewModel": [
        {
          "RatingSchemaPartItemId": "50a92f6d-b11b-4bfb-b8d0-f4ede8c43dd2",
          "Name": "sample string 2",
          "Result": 3,
          "Number": 1
        },
        {
          "RatingSchemaPartItemId": "50a92f6d-b11b-4bfb-b8d0-f4ede8c43dd2",
          "Name": "sample string 2",
          "Result": 3,
          "Number": 1
        }
      ]
    }
  ],
  "Results": [
    {
      "Id": "bb330262-8c34-48eb-9655-99fb60cf8334",
      "ClassType": 0,
      "TeacherId": "21621487-5181-4ea1-9398-b96e8d462073",
      "StudentId": "d8c16d30-df61-4e26-8266-d00fe8beac1d",
      "Result": "sample string 3",
      "ContentItemResultTypeId": 1,
      "Score": 1.1,
      "DateStarted": "2026-05-13T08:22:38.9751151+00:00",
      "DateCompleted": "2026-05-13T08:22:38.9751151+00:00",
      "Created": "2026-05-13T08:22:38.9751151+00:00",
      "LastUpdated": "2026-05-13T08:22:38.9751151+00:00"
    },
    {
      "Id": "bb330262-8c34-48eb-9655-99fb60cf8334",
      "ClassType": 0,
      "TeacherId": "21621487-5181-4ea1-9398-b96e8d462073",
      "StudentId": "d8c16d30-df61-4e26-8266-d00fe8beac1d",
      "Result": "sample string 3",
      "ContentItemResultTypeId": 1,
      "Score": 1.1,
      "DateStarted": "2026-05-13T08:22:38.9751151+00:00",
      "DateCompleted": "2026-05-13T08:22:38.9751151+00:00",
      "Created": "2026-05-13T08:22:38.9751151+00:00",
      "LastUpdated": "2026-05-13T08:22:38.9751151+00:00"
    }
  ]
}