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": "7416977d-8884-4be7-b40a-904fa3e0caa0", "Type": 0, "IsEnabled": true }, { "StudentId": "7416977d-8884-4be7-b40a-904fa3e0caa0", "Type": 0, "IsEnabled": true } ]