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": "26150ddf-ff8d-4c0e-b676-e9a93139b437",
      "TeacherId": "f5d1c6b2-d459-4edd-8b7b-979aa3bc7f4b",
      "RegistrationId": "a071ad39-6593-406b-b4e7-331fa540bd64",
      "ItemResultsViewModel": [
        {
          "RatingSchemaPartItemId": "8d03ff99-8014-4d18-9be9-eb10b709a387",
          "Name": "sample string 2",
          "Result": 3,
          "Number": 1
        },
        {
          "RatingSchemaPartItemId": "8d03ff99-8014-4d18-9be9-eb10b709a387",
          "Name": "sample string 2",
          "Result": 3,
          "Number": 1
        }
      ]
    },
    {
      "StudentId": "26150ddf-ff8d-4c0e-b676-e9a93139b437",
      "TeacherId": "f5d1c6b2-d459-4edd-8b7b-979aa3bc7f4b",
      "RegistrationId": "a071ad39-6593-406b-b4e7-331fa540bd64",
      "ItemResultsViewModel": [
        {
          "RatingSchemaPartItemId": "8d03ff99-8014-4d18-9be9-eb10b709a387",
          "Name": "sample string 2",
          "Result": 3,
          "Number": 1
        },
        {
          "RatingSchemaPartItemId": "8d03ff99-8014-4d18-9be9-eb10b709a387",
          "Name": "sample string 2",
          "Result": 3,
          "Number": 1
        }
      ]
    }
  ],
  "Results": [
    {
      "Id": "91f0e160-47ae-498e-9a13-04062c586d96",
      "ClassType": 0,
      "TeacherId": "2a7fadbb-ca70-446c-abfd-9cd9b0fc1bc4",
      "StudentId": "57ff2644-8dc3-4562-823f-29610d1e8ebb",
      "Result": "sample string 3",
      "ContentItemResultTypeId": 1,
      "Score": 1.1,
      "DateStarted": "2025-04-03T23:05:00.7007472+00:00",
      "DateCompleted": "2025-04-03T23:05:00.7007472+00:00",
      "Created": "2025-04-03T23:05:00.7007472+00:00",
      "LastUpdated": "2025-04-03T23:05:00.7007472+00:00"
    },
    {
      "Id": "91f0e160-47ae-498e-9a13-04062c586d96",
      "ClassType": 0,
      "TeacherId": "2a7fadbb-ca70-446c-abfd-9cd9b0fc1bc4",
      "StudentId": "57ff2644-8dc3-4562-823f-29610d1e8ebb",
      "Result": "sample string 3",
      "ContentItemResultTypeId": 1,
      "Score": 1.1,
      "DateStarted": "2025-04-03T23:05:00.7007472+00:00",
      "DateCompleted": "2025-04-03T23:05:00.7007472+00:00",
      "Created": "2025-04-03T23:05:00.7007472+00:00",
      "LastUpdated": "2025-04-03T23:05:00.7007472+00:00"
    }
  ]
}