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": "31cd1306-f244-43a0-ad59-57089715f29b",
      "TeacherId": "0f7f4352-9196-4539-beff-7ad56941a91e",
      "RegistrationId": "23665ec5-2453-4990-a46f-ce852b67cb12",
      "ItemResultsViewModel": [
        {
          "RatingSchemaPartItemId": "03f0abda-615b-44de-ae2c-73abecf7a47e",
          "Name": "sample string 2",
          "Result": 3,
          "Number": 1
        },
        {
          "RatingSchemaPartItemId": "03f0abda-615b-44de-ae2c-73abecf7a47e",
          "Name": "sample string 2",
          "Result": 3,
          "Number": 1
        }
      ]
    },
    {
      "StudentId": "31cd1306-f244-43a0-ad59-57089715f29b",
      "TeacherId": "0f7f4352-9196-4539-beff-7ad56941a91e",
      "RegistrationId": "23665ec5-2453-4990-a46f-ce852b67cb12",
      "ItemResultsViewModel": [
        {
          "RatingSchemaPartItemId": "03f0abda-615b-44de-ae2c-73abecf7a47e",
          "Name": "sample string 2",
          "Result": 3,
          "Number": 1
        },
        {
          "RatingSchemaPartItemId": "03f0abda-615b-44de-ae2c-73abecf7a47e",
          "Name": "sample string 2",
          "Result": 3,
          "Number": 1
        }
      ]
    }
  ],
  "Results": [
    {
      "Id": "59b80214-e60d-4d0b-bfed-4c3b9ce643ae",
      "ClassType": 0,
      "TeacherId": "872abd48-04d2-4e10-958b-2cfb4b28f0d1",
      "StudentId": "2593944b-787a-4f66-95e5-46cf0a862f4a",
      "Result": "sample string 3",
      "ContentItemResultTypeId": 1,
      "Score": 1.1,
      "DateStarted": "2025-11-15T11:10:30.5798484+00:00",
      "DateCompleted": "2025-11-15T11:10:30.5798484+00:00",
      "Created": "2025-11-15T11:10:30.5798484+00:00",
      "LastUpdated": "2025-11-15T11:10:30.5798484+00:00"
    },
    {
      "Id": "59b80214-e60d-4d0b-bfed-4c3b9ce643ae",
      "ClassType": 0,
      "TeacherId": "872abd48-04d2-4e10-958b-2cfb4b28f0d1",
      "StudentId": "2593944b-787a-4f66-95e5-46cf0a862f4a",
      "Result": "sample string 3",
      "ContentItemResultTypeId": 1,
      "Score": 1.1,
      "DateStarted": "2025-11-15T11:10:30.5798484+00:00",
      "DateCompleted": "2025-11-15T11:10:30.5798484+00:00",
      "Created": "2025-11-15T11:10:30.5798484+00:00",
      "LastUpdated": "2025-11-15T11:10:30.5798484+00:00"
    }
  ]
}