GET centers/{centerId}/students/search/basic?sortInfo.SortBy={sortInfo.SortBy}&sortInfo.Direction={sortInfo.Direction}&paginationInfo.Count={paginationInfo.Count}&paginationInfo.Offset={paginationInfo.Offset}&searchPhrase={searchPhrase}
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 who is either StaffMember
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
centerId | globally unique identifier |
Required |
|
SortBy | string |
None. |
|
Direction | PearsonEnglish.LearningServices.Core.Models.Enums.Direction |
None. |
|
Count | integer |
None. |
|
Offset | integer |
None. |
|
searchPhrase | string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
CollectionOfPearsonEnglish.LearningServices.Data.Models.StudentSimpleSearchResultName | Description | Type | Additional information |
---|---|---|---|
Elements | Collection of PearsonEnglish.LearningServices.Data.Models.StudentSimpleSearchResult |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.