GET openapi/centers/{centerId}/prospects?sortInfo.SortBy={sortInfo.SortBy}&sortInfo.Direction={sortInfo.Direction}&paginationInfo.Count={paginationInfo.Count}&paginationInfo.Offset={paginationInfo.Offset}&searchPhrase={searchPhrase}&companyId={companyId}
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 |
|
SortBy | string |
None. |
|
Direction | PearsonEnglish.LearningServices.Core.Models.Enums.Direction |
None. |
|
Count | integer |
None. |
|
Offset | integer |
None. |
|
searchPhrase | string |
None. |
|
companyId | globally unique identifier |
None. |
Body Parameters
None.
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.