GET users/{userIdentifier}/channelClasses
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 |
Body Parameters
None.
Response Information
Resource Description
Collection of PearsonEnglish.LearningServices.Wse.Models.ChannelClass| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| RefClassId | string |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| Description | string |
None. |
|
| NumberOfSeats | integer |
None. |
|
| Categories | string |
None. |
|
| Duration | integer |
None. |
|
| JoinClassAvailable | boolean |
None. |
|
| CenterId | globally unique identifier |
None. |
|
| CenterName | string |
None. |
|
| CenterReferenceId | string |
None. |
|
| IsTechnologyEnabledCenter | boolean |
None. |
|
| IsScheduledInOnlineCenter | boolean |
None. |
|
| IsZoomEnabledCenter | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "2e3d59d6-6ee8-4d62-a089-8b24ad095efd",
"RefClassId": "sample string 2",
"StartDate": "2025-12-11T05:49:07.3293353+00:00",
"EndDate": "2025-12-11T05:49:07.3293353+00:00",
"Description": "sample string 5",
"NumberOfSeats": 6,
"Categories": "sample string 7",
"Duration": 8,
"JoinClassAvailable": true,
"CenterId": "bfc1e98e-9af0-4547-9bc3-387c26d0b1af",
"CenterName": "sample string 11",
"CenterReferenceId": "sample string 12",
"IsTechnologyEnabledCenter": true,
"IsScheduledInOnlineCenter": true,
"IsZoomEnabledCenter": true
},
{
"Id": "2e3d59d6-6ee8-4d62-a089-8b24ad095efd",
"RefClassId": "sample string 2",
"StartDate": "2025-12-11T05:49:07.3293353+00:00",
"EndDate": "2025-12-11T05:49:07.3293353+00:00",
"Description": "sample string 5",
"NumberOfSeats": 6,
"Categories": "sample string 7",
"Duration": 8,
"JoinClassAvailable": true,
"CenterId": "bfc1e98e-9af0-4547-9bc3-387c26d0b1af",
"CenterName": "sample string 11",
"CenterReferenceId": "sample string 12",
"IsTechnologyEnabledCenter": true,
"IsScheduledInOnlineCenter": true,
"IsZoomEnabledCenter": true
}
]