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": "04b6f3c9-a3f8-40fc-b64b-342074507e27",
      "TeacherId": "60889ba5-1730-42c8-b88f-87c0c0372d0a",
      "RegistrationId": "66457dc8-123f-42b7-b9d4-eaa806f6307a",
      "ItemResultsViewModel": [
        {
          "RatingSchemaPartItemId": "1bd33665-0751-4b60-b01b-5c1f4cfdb879",
          "Name": "sample string 2",
          "Result": 3,
          "Number": 1
        },
        {
          "RatingSchemaPartItemId": "1bd33665-0751-4b60-b01b-5c1f4cfdb879",
          "Name": "sample string 2",
          "Result": 3,
          "Number": 1
        }
      ]
    },
    {
      "StudentId": "04b6f3c9-a3f8-40fc-b64b-342074507e27",
      "TeacherId": "60889ba5-1730-42c8-b88f-87c0c0372d0a",
      "RegistrationId": "66457dc8-123f-42b7-b9d4-eaa806f6307a",
      "ItemResultsViewModel": [
        {
          "RatingSchemaPartItemId": "1bd33665-0751-4b60-b01b-5c1f4cfdb879",
          "Name": "sample string 2",
          "Result": 3,
          "Number": 1
        },
        {
          "RatingSchemaPartItemId": "1bd33665-0751-4b60-b01b-5c1f4cfdb879",
          "Name": "sample string 2",
          "Result": 3,
          "Number": 1
        }
      ]
    }
  ],
  "Results": [
    {
      "Id": "091612de-641c-4875-a4ff-387ddf28ed94",
      "ClassType": 0,
      "TeacherId": "b575c096-1466-4ef0-8c8f-8ccb84fa3c94",
      "StudentId": "e3d794dc-ef5a-44cc-a95b-52bf0a68c6b3",
      "Result": "sample string 3",
      "ContentItemResultTypeId": 1,
      "Score": 1.1,
      "DateStarted": "2026-02-15T11:50:34.8119671+00:00",
      "DateCompleted": "2026-02-15T11:50:34.8119671+00:00",
      "Created": "2026-02-15T11:50:34.8119671+00:00",
      "LastUpdated": "2026-02-15T11:50:34.8119671+00:00"
    },
    {
      "Id": "091612de-641c-4875-a4ff-387ddf28ed94",
      "ClassType": 0,
      "TeacherId": "b575c096-1466-4ef0-8c8f-8ccb84fa3c94",
      "StudentId": "e3d794dc-ef5a-44cc-a95b-52bf0a68c6b3",
      "Result": "sample string 3",
      "ContentItemResultTypeId": 1,
      "Score": 1.1,
      "DateStarted": "2026-02-15T11:50:34.8119671+00:00",
      "DateCompleted": "2026-02-15T11:50:34.8119671+00:00",
      "Created": "2026-02-15T11:50:34.8119671+00:00",
      "LastUpdated": "2026-02-15T11:50:34.8119671+00:00"
    }
  ]
}