GET openapi/centers/{centerId}/crosscenter/schedule?startDate={startDate}
Authorization
Access to this endpoint is granted if all following conditions are true:
- Authenticated territory has access to center which matches identifier given in "centerId" uri parameter.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
centerId | globally unique identifier |
Required |
|
startDate | date |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of PearsonEnglish.LearningServices.Wse.Models.Views.ScheduledClassViewModelName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
ClassId | string |
None. |
|
ClassCode | string |
None. |
|
ClassType | integer |
None. |
|
NumberOfSeats | integer |
None. |
|
NumberOfStudents | integer |
None. |
|
IsComplete | boolean |
None. |
|
NumberOfStudentsOnStandbyList | integer |
None. |
|
MaxNumberOfStudentsOnStandbyList | integer |
None. |
|
IsClosed | boolean |
None. |
|
IsOnline | boolean |
None. |
|
StartDate | date |
None. |
|
Duration | integer |
None. |
|
Categories | Collection of PearsonEnglish.LearningServices.Core.Models.Views.CategoryViewModel |
None. |
|
CategoriesAbbreviations | string |
None. |
|
ClassDescription | string |
None. |
|
CompanyId | globally unique identifier |
None. |
|
AcceptsStandby | boolean |
None. |
|
TeacherId | globally unique identifier |
None. |
|
TeacherSsdsId | string |
None. |
|
IsVisibleInGroup | boolean |
None. |
|
IsB2B | boolean |
None. |
|
IsStandbyListFull | boolean |
None. |
|
CenterId | globally unique identifier |
None. |
|
CenterName | string |
None. |
|
IsTechnologyEnabledCenter | boolean |
None. |
|
IsScheduledInOnlineCenter | boolean |
None. |
|
IsTeen | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Id": "5190dbe4-aeb9-45ee-bc84-5c49d0a7d78a", "ClassId": "sample string 2", "ClassCode": "sample string 3", "ClassType": 4, "NumberOfSeats": 5, "NumberOfStudents": 6, "IsComplete": true, "NumberOfStudentsOnStandbyList": 1, "MaxNumberOfStudentsOnStandbyList": 7, "IsClosed": true, "IsOnline": true, "StartDate": "2025-08-29T05:07:00.508897+00:00", "Duration": 9, "Categories": [ { "Id": "91c7e543-d93f-47c9-907d-e83b778e0d18", "Type": "sample string 2", "Sequence": 1, "Path": "sample string 3", "Attributes": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" }, "ChildCategories": [] }, { "Id": "91c7e543-d93f-47c9-907d-e83b778e0d18", "Type": "sample string 2", "Sequence": 1, "Path": "sample string 3", "Attributes": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" }, "ChildCategories": [] } ], "CategoriesAbbreviations": "sample string 10", "ClassDescription": "sample string 11", "CompanyId": "29920d8d-07af-4a4c-b56b-4930b1ce670c", "AcceptsStandby": true, "TeacherId": "2d827103-2a85-4f26-ade1-54877c0b663b", "TeacherSsdsId": "sample string 14", "IsVisibleInGroup": true, "IsB2B": true, "IsStandbyListFull": false, "CenterId": "ca2da58b-c70f-4d7b-99ca-f408f3e90490", "CenterName": "sample string 17", "IsTechnologyEnabledCenter": true, "IsScheduledInOnlineCenter": true, "IsTeen": true }, { "Id": "5190dbe4-aeb9-45ee-bc84-5c49d0a7d78a", "ClassId": "sample string 2", "ClassCode": "sample string 3", "ClassType": 4, "NumberOfSeats": 5, "NumberOfStudents": 6, "IsComplete": true, "NumberOfStudentsOnStandbyList": 1, "MaxNumberOfStudentsOnStandbyList": 7, "IsClosed": true, "IsOnline": true, "StartDate": "2025-08-29T05:07:00.508897+00:00", "Duration": 9, "Categories": [ { "Id": "91c7e543-d93f-47c9-907d-e83b778e0d18", "Type": "sample string 2", "Sequence": 1, "Path": "sample string 3", "Attributes": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" }, "ChildCategories": [] }, { "Id": "91c7e543-d93f-47c9-907d-e83b778e0d18", "Type": "sample string 2", "Sequence": 1, "Path": "sample string 3", "Attributes": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" }, "ChildCategories": [] } ], "CategoriesAbbreviations": "sample string 10", "ClassDescription": "sample string 11", "CompanyId": "29920d8d-07af-4a4c-b56b-4930b1ce670c", "AcceptsStandby": true, "TeacherId": "2d827103-2a85-4f26-ade1-54877c0b663b", "TeacherSsdsId": "sample string 14", "IsVisibleInGroup": true, "IsB2B": true, "IsStandbyListFull": false, "CenterId": "ca2da58b-c70f-4d7b-99ca-f408f3e90490", "CenterName": "sample string 17", "IsTechnologyEnabledCenter": true, "IsScheduledInOnlineCenter": true, "IsTeen": true } ]