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": "25336969-5283-4029-afd2-be12f4aedf3b",
      "TeacherId": "8ecb9fdb-83eb-44e3-a628-ac73b8416343",
      "RegistrationId": "8d7ff1c3-e35c-4d7a-bd18-c42aa5ade668",
      "ItemResultsViewModel": [
        {
          "RatingSchemaPartItemId": "50618307-fee1-4e65-a849-e910fe80eee5",
          "Name": "sample string 2",
          "Result": 3,
          "Number": 1
        },
        {
          "RatingSchemaPartItemId": "50618307-fee1-4e65-a849-e910fe80eee5",
          "Name": "sample string 2",
          "Result": 3,
          "Number": 1
        }
      ]
    },
    {
      "StudentId": "25336969-5283-4029-afd2-be12f4aedf3b",
      "TeacherId": "8ecb9fdb-83eb-44e3-a628-ac73b8416343",
      "RegistrationId": "8d7ff1c3-e35c-4d7a-bd18-c42aa5ade668",
      "ItemResultsViewModel": [
        {
          "RatingSchemaPartItemId": "50618307-fee1-4e65-a849-e910fe80eee5",
          "Name": "sample string 2",
          "Result": 3,
          "Number": 1
        },
        {
          "RatingSchemaPartItemId": "50618307-fee1-4e65-a849-e910fe80eee5",
          "Name": "sample string 2",
          "Result": 3,
          "Number": 1
        }
      ]
    }
  ],
  "Results": [
    {
      "Id": "fc96b92e-4ede-47ca-a340-aeed5fff3527",
      "ClassType": 0,
      "TeacherId": "950bf090-0101-464e-afd6-212a35f2413a",
      "StudentId": "2f03398f-7917-48af-a9b9-7e1847ea6a47",
      "Result": "sample string 3",
      "ContentItemResultTypeId": 1,
      "Score": 1.1,
      "DateStarted": "2026-02-23T23:17:16.2355737+00:00",
      "DateCompleted": "2026-02-23T23:17:16.2355737+00:00",
      "Created": "2026-02-23T23:17:16.2355737+00:00",
      "LastUpdated": "2026-02-23T23:17:16.2355737+00:00"
    },
    {
      "Id": "fc96b92e-4ede-47ca-a340-aeed5fff3527",
      "ClassType": 0,
      "TeacherId": "950bf090-0101-464e-afd6-212a35f2413a",
      "StudentId": "2f03398f-7917-48af-a9b9-7e1847ea6a47",
      "Result": "sample string 3",
      "ContentItemResultTypeId": 1,
      "Score": 1.1,
      "DateStarted": "2026-02-23T23:17:16.2355737+00:00",
      "DateCompleted": "2026-02-23T23:17:16.2355737+00:00",
      "Created": "2026-02-23T23:17:16.2355737+00:00",
      "LastUpdated": "2026-02-23T23:17:16.2355737+00:00"
    }
  ]
}