GET api/Prospect
Authorization
Access to this endpoint is public.
Request Information
URI Parameters
None.
Body Parameters
PearsonEnglish.LearningServices.Data.Models.Prospects.ProspectFilterParameters| Name | Description | Type | Additional information |
|---|---|---|---|
| CenterId | globally unique identifier |
None. |
|
| SortInfo | SortInfoOfPearsonEnglish.LearningServices.Data.Models.Prospects.Prospect |
None. |
|
| PaginationInfo | PearsonEnglish.LearningServices.Core.Models.PaginationInfo |
None. |
|
| SearchPhrase | string |
None. |
|
| CompanyId | globally unique identifier |
None. |
|
| IsPlacementTestCompleted | boolean |
None. |
|
| RegisteredFrom | date |
None. |
|
| RegisteredUntil | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"CenterId": "42328a0a-8688-42a9-a02a-d2c87ce5bc54",
"SortInfo": {
"SortBy": "sample string 1",
"Direction": 0
},
"PaginationInfo": {
"Count": 1,
"Offset": 2
},
"SearchPhrase": "sample string 2",
"CompanyId": "54701b6f-cc04-4495-9ad6-1835762f298a",
"IsPlacementTestCompleted": true,
"RegisteredFrom": "2026-03-07T02:32:14.8162056+00:00",
"RegisteredUntil": "2026-03-07T02:32:14.8162056+00:00"
}
Response Information
Resource Description
PagedCollectionOfPearsonEnglish.LearningServices.Wse.Models.Prospects.ProspectListItem| Name | Description | Type | Additional information |
|---|---|---|---|
| TotalItemCount | integer |
None. |
|
| Elements | Collection of PearsonEnglish.LearningServices.Wse.Models.Prospects.ProspectListItem |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.