GET class/student/{userIdentifier}/predictedDetails
Authorization
Access to this endpoint is granted if all following conditions are true:
- Authenticated user who is either Student
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
userIdentifier | PearsonEnglish.LearningServices.Business.Helpers.UserIdentifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PearsonEnglish.LearningServices.Data.Models.ClassPredictedDetailsName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
Duration | integer |
None. |
|
DateTime | date |
None. |
|
EndDate | date |
None. |
|
IsOnline | boolean |
None. |
|
ClassType | integer |
None. |
|
UnitNumber | integer |
None. |
|
NoOfSeatAvailable | integer |
None. |
|
CenterId | globally unique identifier |
None. |
|
CenterName | string |
None. |
|
CenterReferenceId | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Id": "4e5fb4f4-83b4-47de-9b87-7c8688883071", "Duration": 2, "DateTime": "2024-12-20T14:37:32.1330991+00:00", "EndDate": "2024-12-20T14:39:32.1330991+00:00", "IsOnline": true, "ClassType": 5, "UnitNumber": 6, "NoOfSeatAvailable": 7, "CenterId": "5bf96b4b-cc0e-4d5b-a9f3-a9f23f4351cd", "CenterName": "sample string 9", "CenterReferenceId": "sample string 10" }, { "Id": "4e5fb4f4-83b4-47de-9b87-7c8688883071", "Duration": 2, "DateTime": "2024-12-20T14:37:32.1330991+00:00", "EndDate": "2024-12-20T14:39:32.1330991+00:00", "IsOnline": true, "ClassType": 5, "UnitNumber": 6, "NoOfSeatAvailable": 7, "CenterId": "5bf96b4b-cc0e-4d5b-a9f3-a9f23f4351cd", "CenterName": "sample string 9", "CenterReferenceId": "sample string 10" } ]