GET student/{studentId}/class/recommendation

Authorization

Access to this endpoint is granted if all following conditions are true:

  • Authenticated user who is either StaffMember, Student

Request Information

URI Parameters

NameDescriptionTypeAdditional information
studentId

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Collection of PearsonEnglish.LearningServices.Wse.Models.StudentRecommendation.StudentClassRecommendationModel
NameDescriptionTypeAdditional information
StudentId

globally unique identifier

None.

Type

PearsonEnglish.LearningServices.Data.DataContexts.DataModels.Enum.RecommendationType

None.

IsEnabled

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "StudentId": "be33457e-18ae-4784-89b6-4e3a65d85616",
    "Type": 0,
    "IsEnabled": true
  },
  {
    "StudentId": "be33457e-18ae-4784-89b6-4e3a65d85616",
    "Type": 0,
    "IsEnabled": true
  }
]