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": "18686890-5bb6-4230-bd4e-c12fe18f00ca",
      "TeacherId": "523d40d6-a3fb-4e06-9e3a-8f907928a683",
      "RegistrationId": "e4727764-c1a3-4bf0-9ac5-457fb2952c8d",
      "ItemResultsViewModel": [
        {
          "RatingSchemaPartItemId": "52ba7777-537c-448e-b666-3416f1e8b4ce",
          "Name": "sample string 2",
          "Result": 3,
          "Number": 1
        },
        {
          "RatingSchemaPartItemId": "52ba7777-537c-448e-b666-3416f1e8b4ce",
          "Name": "sample string 2",
          "Result": 3,
          "Number": 1
        }
      ]
    },
    {
      "StudentId": "18686890-5bb6-4230-bd4e-c12fe18f00ca",
      "TeacherId": "523d40d6-a3fb-4e06-9e3a-8f907928a683",
      "RegistrationId": "e4727764-c1a3-4bf0-9ac5-457fb2952c8d",
      "ItemResultsViewModel": [
        {
          "RatingSchemaPartItemId": "52ba7777-537c-448e-b666-3416f1e8b4ce",
          "Name": "sample string 2",
          "Result": 3,
          "Number": 1
        },
        {
          "RatingSchemaPartItemId": "52ba7777-537c-448e-b666-3416f1e8b4ce",
          "Name": "sample string 2",
          "Result": 3,
          "Number": 1
        }
      ]
    }
  ],
  "Results": [
    {
      "Id": "33c20891-eae4-47a5-80fb-c8fa9f6395c3",
      "ClassType": 0,
      "TeacherId": "cd66fec6-8451-443c-b904-7fd6ccd62db1",
      "StudentId": "d4c7fa9a-a63a-4601-87c5-4033f65dde6f",
      "Result": "sample string 3",
      "ContentItemResultTypeId": 1,
      "Score": 1.1,
      "DateStarted": "2026-09-09T06:14:24.4998598+00:00",
      "DateCompleted": "2026-09-09T06:14:24.4998598+00:00",
      "Created": "2026-09-09T06:14:24.4998598+00:00",
      "LastUpdated": "2026-09-09T06:14:24.4998598+00:00"
    },
    {
      "Id": "33c20891-eae4-47a5-80fb-c8fa9f6395c3",
      "ClassType": 0,
      "TeacherId": "cd66fec6-8451-443c-b904-7fd6ccd62db1",
      "StudentId": "d4c7fa9a-a63a-4601-87c5-4033f65dde6f",
      "Result": "sample string 3",
      "ContentItemResultTypeId": 1,
      "Score": 1.1,
      "DateStarted": "2026-09-09T06:14:24.4998598+00:00",
      "DateCompleted": "2026-09-09T06:14:24.4998598+00:00",
      "Created": "2026-09-09T06:14:24.4998598+00:00",
      "LastUpdated": "2026-09-09T06:14:24.4998598+00:00"
    }
  ]
}