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": "6461a408-ea31-427e-84b5-e8fa49635b0f",
"RegistrationId": "f1fffb49-e99f-48ef-a72c-9f7d6b682c49",
"StudentId": "ff3b92b6-ee57-496c-bdb4-69b35ddb3e48",
"ContentItemId": "9fd34018-7580-4d78-8c07-853ddb90fd2f",
"ContentItemResultTypeId": 1,
"Score": 1.0,
"DateStarted": "2025-11-16T16:37:55.1978351+00:00",
"DateCompleted": "2025-11-16T16:37:55.1978351+00:00",
"Duration": 1,
"Comment": "sample string 5",
"RefClassId": "sample string 6",
"TeacherId": "926833da-8131-4122-bf54-453fd319b7a2",
"StudyMode": 0
}