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
Name | Description | Type | Additional information |
---|---|---|---|
studentId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PearsonEnglish.LearningServices.Wse.Models.StudentRecommendation.StudentClassRecommendationModelName | Description | Type | Additional 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": "4aa1952f-816f-40b8-862a-f94ac9f26ca9", "Type": 0, "IsEnabled": true }, { "StudentId": "4aa1952f-816f-40b8-862a-f94ac9f26ca9", "Type": 0, "IsEnabled": true } ]