GET api/Center?centerId={centerId}&startDate={startDate}
Authorization
Access to this endpoint is public.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
centerId | globally unique identifier |
Required |
|
startDate | date |
Required |
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": "06d5ab5a-e4bc-43f5-8992-724b07fd9e87", "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-07-01T12:44:38.4504066+00:00", "Duration": 9, "Categories": [ { "Id": "83c5d86f-b943-4dbd-9484-0de28f1f5505", "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": "83c5d86f-b943-4dbd-9484-0de28f1f5505", "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": "e115cb43-f925-4369-bb0e-3eddd9a8423e", "AcceptsStandby": true, "TeacherId": "e734b129-ebba-4f86-b4b5-d1a35970973d", "TeacherSsdsId": "sample string 14", "IsVisibleInGroup": true, "IsB2B": true, "IsStandbyListFull": false, "CenterId": "013f3c64-6576-409f-8283-5acf779446b5", "CenterName": "sample string 17", "IsTechnologyEnabledCenter": true, "IsScheduledInOnlineCenter": true, "IsTeen": true }, { "Id": "06d5ab5a-e4bc-43f5-8992-724b07fd9e87", "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-07-01T12:44:38.4504066+00:00", "Duration": 9, "Categories": [ { "Id": "83c5d86f-b943-4dbd-9484-0de28f1f5505", "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": "83c5d86f-b943-4dbd-9484-0de28f1f5505", "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": "e115cb43-f925-4369-bb0e-3eddd9a8423e", "AcceptsStandby": true, "TeacherId": "e734b129-ebba-4f86-b4b5-d1a35970973d", "TeacherSsdsId": "sample string 14", "IsVisibleInGroup": true, "IsB2B": true, "IsStandbyListFull": false, "CenterId": "013f3c64-6576-409f-8283-5acf779446b5", "CenterName": "sample string 17", "IsTechnologyEnabledCenter": true, "IsScheduledInOnlineCenter": true, "IsTeen": true } ]