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": "0c701392-2447-42e3-b0b0-1bc761ff0fe2", "Duration": 2, "DateTime": "2025-03-28T18:22:24.3634705+00:00", "EndDate": "2025-03-28T18:24:24.3634705+00:00", "IsOnline": true, "ClassType": 5, "UnitNumber": 6, "NoOfSeatAvailable": 7, "CenterId": "a905cd83-5a3e-4639-856c-c768f67c1ccf", "CenterName": "sample string 9", "CenterReferenceId": "sample string 10" }, { "Id": "0c701392-2447-42e3-b0b0-1bc761ff0fe2", "Duration": 2, "DateTime": "2025-03-28T18:22:24.3634705+00:00", "EndDate": "2025-03-28T18:24:24.3634705+00:00", "IsOnline": true, "ClassType": 5, "UnitNumber": 6, "NoOfSeatAvailable": 7, "CenterId": "a905cd83-5a3e-4639-856c-c768f67c1ccf", "CenterName": "sample string 9", "CenterReferenceId": "sample string 10" } ]