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": "c4f5ec5d-2c3d-4365-b19b-3696b21f6458",
      "TeacherId": "d6d7ac7f-7010-40d5-9386-5e11f5cd9b68",
      "RegistrationId": "f01c028d-1420-453e-b8ba-0c1bfcbda320",
      "ItemResultsViewModel": [
        {
          "RatingSchemaPartItemId": "39795912-98b5-45a3-8863-8f18cfae2f08",
          "Name": "sample string 2",
          "Result": 3,
          "Number": 1
        },
        {
          "RatingSchemaPartItemId": "39795912-98b5-45a3-8863-8f18cfae2f08",
          "Name": "sample string 2",
          "Result": 3,
          "Number": 1
        }
      ]
    },
    {
      "StudentId": "c4f5ec5d-2c3d-4365-b19b-3696b21f6458",
      "TeacherId": "d6d7ac7f-7010-40d5-9386-5e11f5cd9b68",
      "RegistrationId": "f01c028d-1420-453e-b8ba-0c1bfcbda320",
      "ItemResultsViewModel": [
        {
          "RatingSchemaPartItemId": "39795912-98b5-45a3-8863-8f18cfae2f08",
          "Name": "sample string 2",
          "Result": 3,
          "Number": 1
        },
        {
          "RatingSchemaPartItemId": "39795912-98b5-45a3-8863-8f18cfae2f08",
          "Name": "sample string 2",
          "Result": 3,
          "Number": 1
        }
      ]
    }
  ],
  "Results": [
    {
      "Id": "49f77853-faa6-49a6-8ce5-ae352dbe7bab",
      "ClassType": 0,
      "TeacherId": "d519fe4a-ddaa-4b80-a182-655efb9cca7e",
      "StudentId": "3a581265-e39b-4d2f-b987-898d22dc8f3e",
      "Result": "sample string 3",
      "ContentItemResultTypeId": 1,
      "Score": 1.1,
      "DateStarted": "2026-07-06T23:18:25.1555434+00:00",
      "DateCompleted": "2026-07-06T23:18:25.1555434+00:00",
      "Created": "2026-07-06T23:18:25.1555434+00:00",
      "LastUpdated": "2026-07-06T23:18:25.1555434+00:00"
    },
    {
      "Id": "49f77853-faa6-49a6-8ce5-ae352dbe7bab",
      "ClassType": 0,
      "TeacherId": "d519fe4a-ddaa-4b80-a182-655efb9cca7e",
      "StudentId": "3a581265-e39b-4d2f-b987-898d22dc8f3e",
      "Result": "sample string 3",
      "ContentItemResultTypeId": 1,
      "Score": 1.1,
      "DateStarted": "2026-07-06T23:18:25.1555434+00:00",
      "DateCompleted": "2026-07-06T23:18:25.1555434+00:00",
      "Created": "2026-07-06T23:18:25.1555434+00:00",
      "LastUpdated": "2026-07-06T23:18:25.1555434+00:00"
    }
  ]
}