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": "b0b353ef-dd31-4daa-ba2f-99b03fe1d2e8",
    "Type": 0,
    "IsEnabled": true
  },
  {
    "StudentId": "b0b353ef-dd31-4daa-ba2f-99b03fe1d2e8",
    "Type": 0,
    "IsEnabled": true
  }
]