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": "a84d7205-b225-4684-a189-dd34da2ef4cb",
      "TeacherId": "767561ad-fb72-4dbc-be5e-c4b9830bd8d7",
      "RegistrationId": "d9467269-2a2e-4562-8012-953388c6c804",
      "ItemResultsViewModel": [
        {
          "RatingSchemaPartItemId": "ded419be-b4d2-4d8c-810f-436bad363ded",
          "Name": "sample string 2",
          "Result": 3,
          "Number": 1
        },
        {
          "RatingSchemaPartItemId": "ded419be-b4d2-4d8c-810f-436bad363ded",
          "Name": "sample string 2",
          "Result": 3,
          "Number": 1
        }
      ]
    },
    {
      "StudentId": "a84d7205-b225-4684-a189-dd34da2ef4cb",
      "TeacherId": "767561ad-fb72-4dbc-be5e-c4b9830bd8d7",
      "RegistrationId": "d9467269-2a2e-4562-8012-953388c6c804",
      "ItemResultsViewModel": [
        {
          "RatingSchemaPartItemId": "ded419be-b4d2-4d8c-810f-436bad363ded",
          "Name": "sample string 2",
          "Result": 3,
          "Number": 1
        },
        {
          "RatingSchemaPartItemId": "ded419be-b4d2-4d8c-810f-436bad363ded",
          "Name": "sample string 2",
          "Result": 3,
          "Number": 1
        }
      ]
    }
  ],
  "Results": [
    {
      "Id": "8591fca9-b476-4295-93c7-ffb76149be72",
      "ClassType": 0,
      "TeacherId": "e8f43a4d-9740-487d-a61f-9f87b16dbd23",
      "StudentId": "a417e8ff-7416-489c-9abc-a044b651259d",
      "Result": "sample string 3",
      "ContentItemResultTypeId": 1,
      "Score": 1.1,
      "DateStarted": "2026-05-27T23:58:50.8815091+00:00",
      "DateCompleted": "2026-05-27T23:58:50.8815091+00:00",
      "Created": "2026-05-27T23:58:50.8815091+00:00",
      "LastUpdated": "2026-05-27T23:58:50.8815091+00:00"
    },
    {
      "Id": "8591fca9-b476-4295-93c7-ffb76149be72",
      "ClassType": 0,
      "TeacherId": "e8f43a4d-9740-487d-a61f-9f87b16dbd23",
      "StudentId": "a417e8ff-7416-489c-9abc-a044b651259d",
      "Result": "sample string 3",
      "ContentItemResultTypeId": 1,
      "Score": 1.1,
      "DateStarted": "2026-05-27T23:58:50.8815091+00:00",
      "DateCompleted": "2026-05-27T23:58:50.8815091+00:00",
      "Created": "2026-05-27T23:58:50.8815091+00:00",
      "LastUpdated": "2026-05-27T23:58:50.8815091+00:00"
    }
  ]
}