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": "6ef6b979-5b30-4d7a-973c-f43e5602359f",
      "TeacherId": "bbd528ba-dd99-4263-8d70-08acabfdd4b0",
      "RegistrationId": "3ff52c71-d171-4921-b9a1-e1121d82e942",
      "ItemResultsViewModel": [
        {
          "RatingSchemaPartItemId": "2bdb1954-a9a9-42da-a8d5-a85f9afed592",
          "Name": "sample string 2",
          "Result": 3,
          "Number": 1
        },
        {
          "RatingSchemaPartItemId": "2bdb1954-a9a9-42da-a8d5-a85f9afed592",
          "Name": "sample string 2",
          "Result": 3,
          "Number": 1
        }
      ]
    },
    {
      "StudentId": "6ef6b979-5b30-4d7a-973c-f43e5602359f",
      "TeacherId": "bbd528ba-dd99-4263-8d70-08acabfdd4b0",
      "RegistrationId": "3ff52c71-d171-4921-b9a1-e1121d82e942",
      "ItemResultsViewModel": [
        {
          "RatingSchemaPartItemId": "2bdb1954-a9a9-42da-a8d5-a85f9afed592",
          "Name": "sample string 2",
          "Result": 3,
          "Number": 1
        },
        {
          "RatingSchemaPartItemId": "2bdb1954-a9a9-42da-a8d5-a85f9afed592",
          "Name": "sample string 2",
          "Result": 3,
          "Number": 1
        }
      ]
    }
  ],
  "Results": [
    {
      "Id": "b6fc2f13-d9d3-4928-b48f-8a7b384b1764",
      "ClassType": 0,
      "TeacherId": "2725f779-a9cc-4fb6-9b19-1e1991f8051c",
      "StudentId": "9a0065c0-3e31-4ba6-89e8-c29d797a71a7",
      "Result": "sample string 3",
      "ContentItemResultTypeId": 1,
      "Score": 1.1,
      "DateStarted": "2026-03-27T17:17:52.6603025+00:00",
      "DateCompleted": "2026-03-27T17:17:52.6603025+00:00",
      "Created": "2026-03-27T17:17:52.6603025+00:00",
      "LastUpdated": "2026-03-27T17:17:52.6603025+00:00"
    },
    {
      "Id": "b6fc2f13-d9d3-4928-b48f-8a7b384b1764",
      "ClassType": 0,
      "TeacherId": "2725f779-a9cc-4fb6-9b19-1e1991f8051c",
      "StudentId": "9a0065c0-3e31-4ba6-89e8-c29d797a71a7",
      "Result": "sample string 3",
      "ContentItemResultTypeId": 1,
      "Score": 1.1,
      "DateStarted": "2026-03-27T17:17:52.6603025+00:00",
      "DateCompleted": "2026-03-27T17:17:52.6603025+00:00",
      "Created": "2026-03-27T17:17:52.6603025+00:00",
      "LastUpdated": "2026-03-27T17:17:52.6603025+00:00"
    }
  ]
}