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
Name | Description | Type | Additional information |
---|---|---|---|
classId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
PearsonEnglish.LearningServices.Wse.Models.Views.ClassResultAggregationViewModelName | Description | Type | Additional 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": "517937b4-a8f0-443f-a0b5-1e210271dc93", "TeacherId": "e35279b5-1191-46ce-b022-c70b127e8ea1", "RegistrationId": "89c6c1c4-6b2b-4434-b8b1-c760bffd6ae7", "ItemResultsViewModel": [ { "RatingSchemaPartItemId": "bdc46b36-3c93-4d38-9a0e-3b97a46be309", "Name": "sample string 2", "Result": 3, "Number": 1 }, { "RatingSchemaPartItemId": "bdc46b36-3c93-4d38-9a0e-3b97a46be309", "Name": "sample string 2", "Result": 3, "Number": 1 } ] }, { "StudentId": "517937b4-a8f0-443f-a0b5-1e210271dc93", "TeacherId": "e35279b5-1191-46ce-b022-c70b127e8ea1", "RegistrationId": "89c6c1c4-6b2b-4434-b8b1-c760bffd6ae7", "ItemResultsViewModel": [ { "RatingSchemaPartItemId": "bdc46b36-3c93-4d38-9a0e-3b97a46be309", "Name": "sample string 2", "Result": 3, "Number": 1 }, { "RatingSchemaPartItemId": "bdc46b36-3c93-4d38-9a0e-3b97a46be309", "Name": "sample string 2", "Result": 3, "Number": 1 } ] } ], "Results": [ { "Id": "d6a05830-9153-404a-8828-736b02cd29c6", "ClassType": 0, "TeacherId": "9f69b2bc-7868-44ca-a368-eb1e6e4779a1", "StudentId": "7da89af1-3d5e-44b6-afd0-6764ad1bf88d", "Result": "sample string 3", "ContentItemResultTypeId": 1, "Score": 1.1, "DateStarted": "2025-03-29T17:57:08.5649749+00:00", "DateCompleted": "2025-03-29T17:57:08.5649749+00:00", "Created": "2025-03-29T17:57:08.5649749+00:00", "LastUpdated": "2025-03-29T17:57:08.5649749+00:00" }, { "Id": "d6a05830-9153-404a-8828-736b02cd29c6", "ClassType": 0, "TeacherId": "9f69b2bc-7868-44ca-a368-eb1e6e4779a1", "StudentId": "7da89af1-3d5e-44b6-afd0-6764ad1bf88d", "Result": "sample string 3", "ContentItemResultTypeId": 1, "Score": 1.1, "DateStarted": "2025-03-29T17:57:08.5649749+00:00", "DateCompleted": "2025-03-29T17:57:08.5649749+00:00", "Created": "2025-03-29T17:57:08.5649749+00:00", "LastUpdated": "2025-03-29T17:57:08.5649749+00:00" } ] }