GET centers/{centerId}/teachers
Authorization
Access to this endpoint is granted if all following conditions are true:
- Authenticated user who is either StaffMember
- Authenticated user belongs to center which matches identifier given in "centerId" uri parameter.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
centerId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PearsonEnglish.LearningServices.Data.Models.StaffMemberModelName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
FirstName | string |
None. |
|
LastName | string |
None. |
|
UserName | string |
None. |
|
SsdsId | string |
None. |
|
RoleCode | string |
None. |
|
PhotoUris | Dictionary of Nse.ServiceBus.DataContracts.ImageResolution [key] and string [value] |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Id": "e06b0a4a-3ae7-4d07-8cb9-32ddf9909780", "FirstName": "sample string 2", "LastName": "sample string 3", "UserName": "sample string 4", "SsdsId": "sample string 5", "RoleCode": "sample string 8", "PhotoUris": { "Small": "https://assets.wallstreetenglish.com/userphoto/sample string 6_small", "Medium": "https://assets.wallstreetenglish.com/userphoto/sample string 6_medium", "Big": "https://assets.wallstreetenglish.com/userphoto/sample string 6_big" } }, { "Id": "e06b0a4a-3ae7-4d07-8cb9-32ddf9909780", "FirstName": "sample string 2", "LastName": "sample string 3", "UserName": "sample string 4", "SsdsId": "sample string 5", "RoleCode": "sample string 8", "PhotoUris": { "Small": "https://assets.wallstreetenglish.com/userphoto/sample string 6_small", "Medium": "https://assets.wallstreetenglish.com/userphoto/sample string 6_medium", "Big": "https://assets.wallstreetenglish.com/userphoto/sample string 6_big" } } ]