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": "7f880966-069e-4f76-9fdc-cf3f7788bc53",
      "TeacherId": "54c4dc5d-c7c5-4579-9cc5-c2b5cc057830",
      "RegistrationId": "b96dc7b7-c7d4-4462-821d-0a82ab93caf8",
      "ItemResultsViewModel": [
        {
          "RatingSchemaPartItemId": "6830836a-db10-4d64-b02a-9fed35ef4727",
          "Name": "sample string 2",
          "Result": 3,
          "Number": 1
        },
        {
          "RatingSchemaPartItemId": "6830836a-db10-4d64-b02a-9fed35ef4727",
          "Name": "sample string 2",
          "Result": 3,
          "Number": 1
        }
      ]
    },
    {
      "StudentId": "7f880966-069e-4f76-9fdc-cf3f7788bc53",
      "TeacherId": "54c4dc5d-c7c5-4579-9cc5-c2b5cc057830",
      "RegistrationId": "b96dc7b7-c7d4-4462-821d-0a82ab93caf8",
      "ItemResultsViewModel": [
        {
          "RatingSchemaPartItemId": "6830836a-db10-4d64-b02a-9fed35ef4727",
          "Name": "sample string 2",
          "Result": 3,
          "Number": 1
        },
        {
          "RatingSchemaPartItemId": "6830836a-db10-4d64-b02a-9fed35ef4727",
          "Name": "sample string 2",
          "Result": 3,
          "Number": 1
        }
      ]
    }
  ],
  "Results": [
    {
      "Id": "cc9a6727-b73d-452e-a03c-cba5fe4db1b4",
      "ClassType": 0,
      "TeacherId": "a7826d41-2aef-4307-9c36-a9d7f044f03d",
      "StudentId": "879a504e-96e1-4e99-b3f2-d8d2e39a5c07",
      "Result": "sample string 3",
      "ContentItemResultTypeId": 1,
      "Score": 1.1,
      "DateStarted": "2026-08-19T15:03:13.5235463+00:00",
      "DateCompleted": "2026-08-19T15:03:13.5235463+00:00",
      "Created": "2026-08-19T15:03:13.5235463+00:00",
      "LastUpdated": "2026-08-19T15:03:13.5235463+00:00"
    },
    {
      "Id": "cc9a6727-b73d-452e-a03c-cba5fe4db1b4",
      "ClassType": 0,
      "TeacherId": "a7826d41-2aef-4307-9c36-a9d7f044f03d",
      "StudentId": "879a504e-96e1-4e99-b3f2-d8d2e39a5c07",
      "Result": "sample string 3",
      "ContentItemResultTypeId": 1,
      "Score": 1.1,
      "DateStarted": "2026-08-19T15:03:13.5235463+00:00",
      "DateCompleted": "2026-08-19T15:03:13.5235463+00:00",
      "Created": "2026-08-19T15:03:13.5235463+00:00",
      "LastUpdated": "2026-08-19T15:03:13.5235463+00:00"
    }
  ]
}