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": "60624bce-bbcf-4497-900f-1a74d8a40798",
"Duration": 2,
"DateTime": "2026-01-30T18:39:29.2264544+00:00",
"EndDate": "2026-01-30T18:41:29.2264544+00:00",
"IsOnline": true,
"ClassType": 5,
"UnitNumber": 6,
"NoOfSeatAvailable": 7,
"CenterId": "8439c2a6-c955-4489-9ce4-8207298ab380",
"CenterName": "sample string 9",
"CenterReferenceId": "sample string 10"
},
{
"Id": "60624bce-bbcf-4497-900f-1a74d8a40798",
"Duration": 2,
"DateTime": "2026-01-30T18:39:29.2264544+00:00",
"EndDate": "2026-01-30T18:41:29.2264544+00:00",
"IsOnline": true,
"ClassType": 5,
"UnitNumber": 6,
"NoOfSeatAvailable": 7,
"CenterId": "8439c2a6-c955-4489-9ce4-8207298ab380",
"CenterName": "sample string 9",
"CenterReferenceId": "sample string 10"
}
]