URL : api/candidate/GetCandidateSearchDetails/{pageNumber}/{pageSize}/{searchTerm?}/{sortcolumn?}/{sortby?}
Response : {
"paging":
{
"totalItems": 122,
"pageNumber": 13,
"pageSize": 10,
"totalPages": 13
}
,
"links": [
{
"href": "http://localhost:64597/api/Candidate/GetCandidateSearchDetails/12/10",
"rel": "previousPage",
"method": "GET"
}
,
{
"href": "http://localhost:64597/api/Candidate/GetCandidateSearchDetails/13/10",
"rel": "self",
"method": "GET"
}
],
"items": [
{
"personId": 167,
"givenName": "Vinanati",
"middle": null,
"family": "Yadav",
"city": null,
"state": null,
"jobTitle": null,
"communicationId": 273
}
,
{
"personId": 168,
"givenName": "GaneshOne",
"middle": "S",
"family": "SadawarteOne",
"city": null,
"state": null,
"jobTitle": null,
"communicationId": 275
}
,
],
"urlHelper": null
}
Completed and create PR