Performing Search Resume Request
To perform a Search Resume Request, send an authorised HTTP GET request:
GET
https://candidate-search-api.pilotaws.efinancialcareers.com/api-search?{searchparameters}
The same request to the Pilot will be the following:
GET https://core.ws.pilot.efinancialcareers.com/v1/resume-search?{search parameters} HTTP/1.1
GET https://candidate-search-api.pilotaws.efinancialcareers.com/search?keyword=Java&page=1&pageSize=10.
Mandatory HTTP headers
Authorization: Bearer access_token
Upon success, the server responds with HTTP 200 Success status code and search results in the response body:
Example:
{
"data": [
{
"profileId": "5023627",
"candidateId": "psBXEBr3I6BpVxNh",
"updatedDate": "2020-05-19T01:05:40",
"profileTitle": "Senior Project Manager / Scrum Master",
"currentCompany": "Standard Chartered Bank",
"yearsExperience": {
"key": "MORE_THAN_FIFTEEN_YEARS_EXPERIENCE",
"displayValue": "15+ yrs"
},
"desiredSalaryAmount": "15",
"desiredSalaryCurrency": "SGD",
"skills": [
"Database Design"
],
"availabilityType": {
"key": "IMMEDIATELY",
"displayValue": "Immediately"
},
"lastActiveDate": "2020-04-08T04:01:46",
"locationId": "1880252",
"currentSector": {
"key": "RETAIL_BANKING",
"displayValue": "Retail Banking"
},
"firstName": "Santosh",
"lastName": "Naik",
"snippets": [
{
"snippetName": "resumeContent",
"snippetValue": "collaboration with the <span>senior</span> leadership team and execution ... participation in UAT and <span>QA</span> activities, resulting in ... participated in UAT and <span>QA</span> activities for production"
}
],
"locationRegion": "APAC",
"locationCountry": "Singapore",
"locationCity": "Singapore",
"score": 2.6488512,
"languagePaths": [
{
"key": "EN/FLUENT",
"displayValue": "English/Fluent"
}
],
"workPermitLocationIds": [
"1269750",
"1880251"
],
"educationLevels": [
{
"key": "EDUCATION_LEVEL_8",
"displayValue": "Postgraduate Degree - Masters"
}
],
"resumeId": "vC08xMzNickiMz2",
"internalResumeId": "10522608",
"positionType": {
"key": "PERMANENT",
"displayValue": "Permanent"
},
"desiredTravels": [
{
"key": "TWENTY_FIVE_PERCENTS",
"displayValue": "25%"
}
],
"desiredSalaryPeriod": "PER_MONTH",
"workArrangementTypes": [],
"willingToRelocateLocationIds": [
"1269750",
"1733045",
"2635167",
"2921044"
],
"anonymous": false
}
],
"meta": {
"currentPage": 1,
"pageSize": 10,
"pageCount": 662,
"totalResults": 6617,
"sortBy": "updatedDate: DESC",
"facetQueryResults": [],
"selectedFilters": [],
"totalProfileCount": 0,
"failedRequests": [],
"isQualified": true,
"sessionId": "37ff2609-0fd4-48dd-b1c8-cd85d0b266e4"
}
}