Getting Resume Views

Getting started with the new Search Resume API requires you to pull information from several different sources.The table below describes the main list of search parameters.

 

Parameters are optional and can be omitted. The same way, some parameters have default values. That means if there are no values for some parameters in the search request, service will use default values.

Request

To perform a Search Resume Request, send an authorised HTTPS GET request:

GET https://core.ws.efinancialcareers.com/v1/view-resume/{RESUME_ID}?locale=en HTTP/1.1

The same request for pilot is:

GET https://core.ws.pilot.efinancialcareers.com/v1/view-resume/{RESUME_ID}?locale=en HTTP/1.1

Mandatory HTTP headers

Content-Type: application/xml

Authorization: EfcAuth realm="EFC", token="5b88f844e9ed784e49655f53be6cea40"

It is possible to get the response in JSON format. Use “Accept: application/json” to get a response in JSON format.

Resume Views Business rules

The user should have assigned resume license to view a resume. A resume view count is used when a recruiter is viewing a resume that they have never viewed before and the team they are in has never had a member that viewed that resume (whilst belonging to that team).

Content-Disposition: attachment; filename="filename.pdf"
Content-Type: application/octet-stream

Response

Upon success, the server responds with HTTP 200 Success status code and an XML representation of the search results in the response body:

<ns2:resumeFullView xsi:schemaLocation="http://efinancialcareers.com/schema https://core.ws.pilot.efinancialcareers.com/v1/schema" xmlns:ns2="http://efinancialcareers.com/schema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ns2:id>55665566</ns2:id>
<ns2:title>Junior</ns2:title>
<ns2:sectorCode>GRADUATES_INTERNSHIPS</ns2:sectorCode>
<ns2:subSectorCode>GRADUATES_INTERNSHIPS__GRADUATE_TRAINEE</ns2:subSectorCode>
<ns2:yearsExperience>ONE_THREE_YEARS_EXPERIENCE</ns2:yearsExperience>
<ns2:educationLevel>EDUCATION_LEVEL_8</ns2:educationLevel>
<ns2:languages>
<ns2:language>
<ns2:languageCode>EN</ns2:languageCode>
<ns2:languageFluency>FLUENT</ns2:languageFluency>
<ns2:dictTranslations locale="en">
<ns2:translation>
<ns2:path>ws.languageCodes.dict.EN</ns2:path>
<ns2:content>English</ns2:content>
</ns2:translation>
<ns2:translation>
<ns2:path>ws.languageFluency.dict.FLUENT</ns2:path>
<ns2:content>Fluent</ns2:content>
</ns2:translation>
</ns2:dictTranslations>
</ns2:language>
<ns2:language>
<ns2:languageCode>FR</ns2:languageCode>
<ns2:languageFluency>FIRST_LANGUAGE</ns2:languageFluency>
<ns2:dictTranslations locale="en">
<ns2:translation>
<ns2:path>ws.languageCodes.dict.FR</ns2:path>
<ns2:content>French</ns2:content>
</ns2:translation>
<ns2:translation>
<ns2:path>ws.languageFluency.dict.FIRST_LANGUAGE</ns2:path>
<ns2:content>First language</ns2:content>
</ns2:translation>
</ns2:dictTranslations>
</ns2:language>
</ns2:languages>
<ns2:positionType>PERMANENT</ns2:positionType>
<ns2:employmentType>FULL_TIME</ns2:employmentType>
<ns2:workPermits>
<ns2:location href="https://core.ws.pilot.efinancialcareers.com/v1/locations/-12">
<ns2:id>-12</ns2:id>
<ns2:name>European Union</ns2:name>
<ns2:parents/>
<ns2:type>region</ns2:type>
</ns2:location>
</ns2:workPermits>
<ns2:location href="https://core.ws.pilot.efinancialcareers.com/v1/locations/2988503">
<ns2:id>2988507</ns2:id>
<ns2:name>Paris</ns2:name>
<ns2:latitude>48.85341</ns2:latitude>
<ns2:longitude>2.3488</ns2:longitude>
<ns2:parents/>
<ns2:type>city</ns2:type>
</ns2:location>
<ns2:salaryCurrency>EUR</ns2:salaryCurrency>
<ns2:travelRate>TWENTY_FIVE_PERCENTS</ns2:travelRate>
<ns2:contactDetails>
<ns2:title>MR</ns2:title>
<ns2:firstName>Yoann</ns2:firstName>
<ns2:lastName>Dilmi</ns2:lastName>
<ns2:email>[email protected]</ns2:email>
<ns2:dictTranslations locale="en">
<ns2:translation>
<ns2:path>ws.title.dict.MR</ns2:path>
<ns2:content>Mr.</ns2:content>
</ns2:translation>
</ns2:dictTranslations>
</ns2:contactDetails>
<ns2:downloadLink>https://core.ws.pilot.efinancialcareers.com/v1/resume-file/11977457?key=2aa2986017cf08f83d6baa97345a31c41b9158973674be315d0885f976f3e76c</ns2:downloadLink>
<ns2:updated>2012-04-10T16:39:21.867Z</ns2:updated>
<ns2:dictTranslations locale="en">
<ns2:translation>
<ns2:path>ws.currencyType.dict.EUR</ns2:path>
<ns2:content>€</ns2:content>
</ns2:translation>
<ns2:translation>
<ns2:path>ws.educationLevel.dict.EDUCATION_LEVEL_8</ns2:path>
<ns2:content>Postgraduate Degree - Masters</ns2:content>
</ns2:translation>
<ns2:translation>
<ns2:path>ws.employmentType.dict.FULL_TIME</ns2:path>
<ns2:content>Full time</ns2:content>
</ns2:translation>
<ns2:translation>
<ns2:path>ws.positionType.dict.PERMANENT</ns2:path>
<ns2:content>Permanent</ns2:content>
</ns2:translation>
<ns2:translation>
<ns2:path>ws.sector.dict.GRADUATES_INTERNSHIPS</ns2:path>
<ns2:content>Graduates &amp; Internships</ns2:content>
</ns2:translation>
<ns2:translation>
<ns2:path>ws.subSector.dict.GRADUATES_INTERNSHIPS__GRADUATE_TRAINEE</ns2:path>
<ns2:content>Graduate Trainee</ns2:content>
</ns2:translation>
<ns2:translation>
<ns2:path>ws.travelRate.dict.TWENTY_FIVE_PERCENTS</ns2:path>
<ns2:content>25%</ns2:content>
</ns2:translation>
<ns2:translation>
<ns2:path>ws.yearsExperience.dict.ONE_THREE_YEARS_EXPERIENCE</ns2:path>
<ns2:content>1-3 yrs</ns2:content>
</ns2:translation>
</ns2:dictTranslations>
</ns2:resumeFullView>