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.ClassPredictedDetails| Name | 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": "e7da9575-702f-430c-945c-ff8fc05cf1c7",
"Duration": 2,
"DateTime": "2026-08-13T23:06:44.0157709+00:00",
"EndDate": "2026-08-13T23:08:44.0157709+00:00",
"IsOnline": true,
"ClassType": 5,
"UnitNumber": 6,
"NoOfSeatAvailable": 7,
"CenterId": "ca0cd7fe-64c0-49d1-8bf7-ad71627fff8f",
"CenterName": "sample string 9",
"CenterReferenceId": "sample string 10"
},
{
"Id": "e7da9575-702f-430c-945c-ff8fc05cf1c7",
"Duration": 2,
"DateTime": "2026-08-13T23:06:44.0157709+00:00",
"EndDate": "2026-08-13T23:08:44.0157709+00:00",
"IsOnline": true,
"ClassType": 5,
"UnitNumber": 6,
"NoOfSeatAvailable": 7,
"CenterId": "ca0cd7fe-64c0-49d1-8bf7-ad71627fff8f",
"CenterName": "sample string 9",
"CenterReferenceId": "sample string 10"
}
]