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

NameDescriptionTypeAdditional 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
NameDescriptionTypeAdditional 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": "50c42360-c9a7-486c-a90e-c350cc79ae83",
  "RegistrationId": "07d3504e-adfb-4e6c-9932-a020cc974daf",
  "StudentId": "9ce8e271-5525-4afa-ae09-96b841a9993f",
  "ContentItemId": "6c781e63-ee09-4855-ba12-5f831126aace",
  "ContentItemResultTypeId": 1,
  "Score": 1.0,
  "DateStarted": "2026-03-07T02:42:57.1046988+00:00",
  "DateCompleted": "2026-03-07T02:42:57.1046988+00:00",
  "Duration": 1,
  "Comment": "sample string 5",
  "RefClassId": "sample string 6",
  "TeacherId": "bfb68182-b675-4941-8d09-56a506d69ad6",
  "StudyMode": 0
}