GET students/{userIdentifier}/categoryDescendents/{categoryId}/results
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 matches a student who is assigned to content item result specified by "contentItemResultId" uri parameter or by content of request. Authenticated user is a staff member and is assigned to the same center as a user who matches a student who is assigned to content item result specified by "contentItemResultId" uri parameter or by content of request.
- Authenticated user who is either StaffMember, Student
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userIdentifier | PearsonEnglish.LearningServices.Business.Helpers.UserIdentifier |
Required |
|
| categoryId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
PearsonEnglish.LearningServices.Core.Models.ContentItemResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| RegistrationId | globally unique identifier |
None. |
|
| StudentId | globally unique identifier |
None. |
|
| ContentItemId | globally unique identifier |
None. |
|
| ContentItemResultTypeId | PearsonEnglish.LearningServices.Core.Models.Enums.ContentItemResultTypes |
None. |
|
| Score | decimal number |
None. |
|
| DateStarted | date |
None. |
|
| DateCompleted | date |
None. |
|
| Duration | integer |
None. |
|
| Comment | string |
None. |
|
| RefClassId | string |
None. |
|
| TeacherId | globally unique identifier |
None. |
|
| StudyMode | PearsonEnglish.LearningServices.Core.Models.Enums.StudyModes |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": "71261f3e-1504-4e6b-8e9d-44a81cc9047f",
"RegistrationId": "563dc017-6c64-4498-a3a9-51248c73efc9",
"StudentId": "0d6d5d1d-6e66-4186-9063-b94227bbe1f3",
"ContentItemId": "f1d2a965-9e0e-4f9c-bbe2-e46cd4a2f345",
"ContentItemResultTypeId": 1,
"Score": 1.0,
"DateStarted": "2025-12-25T22:58:14.5412938+00:00",
"DateCompleted": "2025-12-25T22:58:14.5412938+00:00",
"Duration": 1,
"Comment": "sample string 5",
"RefClassId": "sample string 6",
"TeacherId": "c27f83ca-464e-4ddc-a99e-08f7859dd6e8",
"StudyMode": 0
}