GET users/{userIdentifier}/nonEncounters/available?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 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.AvailableNonEncounter| Name | Description | Type | Additional information |
|---|---|---|---|
| Categories | string |
None. |
|
| Description | string |
None. |
|
| Id | globally unique identifier |
None. |
|
| DateTime | date |
None. |
|
| EndDate | date |
None. |
|
| Duration | integer |
None. |
|
| Status | PearsonEnglish.LearningServices.Wse.Models.AvailableClassStatus |
None. |
|
| IsOnline | boolean |
None. |
|
| CenterId | globally unique identifier |
None. |
|
| CenterName | string |
None. |
|
| CenterReferenceId | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Categories": "sample string 1",
"Description": "sample string 2",
"Id": "6bcb612c-fcdd-4bfd-b76d-0f8e90b551ba",
"DateTime": "2025-11-09T07:34:31.1744629+00:00",
"EndDate": "2025-11-09T07:34:31.1744629+00:00",
"Duration": 6,
"Status": "Available",
"IsOnline": true,
"CenterId": "28975ab3-6aae-4b3a-ab2d-6b1b0784398f",
"CenterName": "sample string 9",
"CenterReferenceId": "sample string 10"
},
{
"Categories": "sample string 1",
"Description": "sample string 2",
"Id": "6bcb612c-fcdd-4bfd-b76d-0f8e90b551ba",
"DateTime": "2025-11-09T07:34:31.1744629+00:00",
"EndDate": "2025-11-09T07:34:31.1744629+00:00",
"Duration": 6,
"Status": "Available",
"IsOnline": true,
"CenterId": "28975ab3-6aae-4b3a-ab2d-6b1b0784398f",
"CenterName": "sample string 9",
"CenterReferenceId": "sample string 10"
}
]