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": "1ad4e418-9e44-4b5a-82e8-4e64f89558c4",
      "TeacherId": "af8dbba5-1ba2-4aff-9beb-9ce8039b6478",
      "RegistrationId": "8521b8d0-d228-46da-af69-42d46e3ce572",
      "ItemResultsViewModel": [
        {
          "RatingSchemaPartItemId": "de18a2a2-cbd7-42c9-b2ed-0a0a0b36a678",
          "Name": "sample string 2",
          "Result": 3,
          "Number": 1
        },
        {
          "RatingSchemaPartItemId": "de18a2a2-cbd7-42c9-b2ed-0a0a0b36a678",
          "Name": "sample string 2",
          "Result": 3,
          "Number": 1
        }
      ]
    },
    {
      "StudentId": "1ad4e418-9e44-4b5a-82e8-4e64f89558c4",
      "TeacherId": "af8dbba5-1ba2-4aff-9beb-9ce8039b6478",
      "RegistrationId": "8521b8d0-d228-46da-af69-42d46e3ce572",
      "ItemResultsViewModel": [
        {
          "RatingSchemaPartItemId": "de18a2a2-cbd7-42c9-b2ed-0a0a0b36a678",
          "Name": "sample string 2",
          "Result": 3,
          "Number": 1
        },
        {
          "RatingSchemaPartItemId": "de18a2a2-cbd7-42c9-b2ed-0a0a0b36a678",
          "Name": "sample string 2",
          "Result": 3,
          "Number": 1
        }
      ]
    }
  ],
  "Results": [
    {
      "Id": "750ecbb5-7218-475d-8ef1-4458aeea7341",
      "ClassType": 0,
      "TeacherId": "40ccbafd-3344-4487-bc94-058531c58ccc",
      "StudentId": "d6f5c851-de5c-4542-bcac-7f19e3e25335",
      "Result": "sample string 3",
      "ContentItemResultTypeId": 1,
      "Score": 1.1,
      "DateStarted": "2026-01-20T09:41:26.9637147+00:00",
      "DateCompleted": "2026-01-20T09:41:26.9637147+00:00",
      "Created": "2026-01-20T09:41:26.9637147+00:00",
      "LastUpdated": "2026-01-20T09:41:26.9637147+00:00"
    },
    {
      "Id": "750ecbb5-7218-475d-8ef1-4458aeea7341",
      "ClassType": 0,
      "TeacherId": "40ccbafd-3344-4487-bc94-058531c58ccc",
      "StudentId": "d6f5c851-de5c-4542-bcac-7f19e3e25335",
      "Result": "sample string 3",
      "ContentItemResultTypeId": 1,
      "Score": 1.1,
      "DateStarted": "2026-01-20T09:41:26.9637147+00:00",
      "DateCompleted": "2026-01-20T09:41:26.9637147+00:00",
      "Created": "2026-01-20T09:41:26.9637147+00:00",
      "LastUpdated": "2026-01-20T09:41:26.9637147+00:00"
    }
  ]
}