GET users/{userIdentifier}/noPreBookingClasses?classType={classType}
Authorization
Access to this endpoint is granted if all following conditions are true:
- Authenticated user passes at least one of the following conditions: Authenticated user matches identifier given in "userIdentifier, studentIdentifier" uri parameter. Authenticated user is a staff member and is assigned to the same center as a user who matches identifier given in "userIdentifier, studentIdentifier" uri parameter. Authenticated user matches identifier given in "userIdentifier, studentIdentifier" uri parameter.
- Authenticated user who is either StaffMember, Student
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userIdentifier | PearsonEnglish.LearningServices.Business.Helpers.UserIdentifier |
Required |
|
| classType | PearsonEnglish.LearningServices.Core.Models.Enums.ClassTypes |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PearsonEnglish.LearningServices.Wse.Models.NoPreBookingClass| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| RefClassId | string |
None. |
|
| StartDate | date |
None. |
|
| Description | string |
None. |
|
| NumberOfSeats | integer |
None. |
|
| Categories | string |
None. |
|
| Duration | integer |
None. |
|
| JoinClassAvailable | boolean |
None. |
|
| CenterId | globally unique identifier |
None. |
|
| CenterReferenceId | string |
None. |
|
| CenterName | string |
None. |
|
| IsTechnologyEnabledCenter | boolean |
None. |
|
| IsScheduledInOnlineCenter | boolean |
None. |
|
| IsZoomEnabledCenter | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "dfb41c9f-d26a-4d2b-801f-f79716f95494",
"RefClassId": "sample string 2",
"StartDate": "2025-12-10T03:32:20.0231997+00:00",
"Description": "sample string 4",
"NumberOfSeats": 5,
"Categories": "sample string 6",
"Duration": 7,
"JoinClassAvailable": true,
"CenterId": "3bac2c4f-1e91-42b6-abf4-a9672da94469",
"CenterReferenceId": "sample string 10",
"CenterName": "sample string 11",
"IsTechnologyEnabledCenter": true,
"IsScheduledInOnlineCenter": true,
"IsZoomEnabledCenter": true
},
{
"Id": "dfb41c9f-d26a-4d2b-801f-f79716f95494",
"RefClassId": "sample string 2",
"StartDate": "2025-12-10T03:32:20.0231997+00:00",
"Description": "sample string 4",
"NumberOfSeats": 5,
"Categories": "sample string 6",
"Duration": 7,
"JoinClassAvailable": true,
"CenterId": "3bac2c4f-1e91-42b6-abf4-a9672da94469",
"CenterReferenceId": "sample string 10",
"CenterName": "sample string 11",
"IsTechnologyEnabledCenter": true,
"IsScheduledInOnlineCenter": true,
"IsZoomEnabledCenter": true
}
]